Transactions
Create a Transaction
Create a new Transaction that can be funded
post/v1/transactions
Request body
Example request
{
"transactionMetadata": {
"key": "any_value"
},
"transactionReference": "myInvoiceNumber-1234567890",
"payorId": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
"sourceAccountName": "Payor_FOO_USD_Account"
}Response
Transaction Created
Example response
{
"transactionId": "4d88e559-d057-45b1-8d8b-b9ccc06f4503",
"transactionShortCode": "T1234ABC"
}Changes
Changed in 2 of the 50 revisions of this API.11
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 257 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲