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"
}