Logo
Acquired.com API API Documentation

Internal transfer

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

Process an internal transfer between accounts.

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status





Curl
curl -X POST 'https://test-api.acquired.com/v1//payments/internal-transfer' -H 'Content-Type: application/json' -d '{"transaction":{"order_id":"$guid","amount":15.1,"currency":"gbp"},"payment":{"from_account_id":"","to_account_id":"","reference":"Reference00001"}}'

ENDPOINTS