Internal transfer

POST {{url}}/payments/internal-transfer

Process an internal transfer between accounts.

https://docs.acquired.com/reference/create-internal-transfer

Request Body

{"transaction"=>{"order_id"=>"{{$guid}}", "amount"=>15.1, "currency"=>"gbp"}, "payment"=>{"from_account_id"=>"", "to_account_id"=>"", "reference"=>"Reference00001"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring