Recurring payments

POST {{url}}payments/recurring

Recurring payments can be used to charge customers on a regular basis, i.e. for subscriptions or credit-based services.

https://docs.acquired.com/reference/create-recurring-payment

Request Body

{"transaction"=>{"order_id"=>"{{$guid}}", "amount"=>15.02, "currency"=>"gbp", "capture"=>true}, "payment"=>{"card_id"=>"", "reference"=>"Custom Ref 001", "subscription_reason"=>"recurring"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Company-IdnullUnique ID assigned by Acquired.com for your company.
MidnullUnique ID assigned by Acquired.com connecting to a specific acquiring bank. Not setting this value will enable our internal routing logic.