latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Payment.Settlement Accounts
Create payment request
Creates a payment request and sends the money to a specific settlement account for the specified currency. Note: in order to utilize this endpoint you need to have been onboarded for Settlement Accounts.
post/payment/v1/settlement-account-payment-requests
Request body
Example request
{
"accountId": "744cf927-29cd-475e-9ef2-2b11951d3cc9",
"amount": {
"currencyCode": "GBP",
"value": {
"scale": "0",
"unscaledValue": "100"
}
},
"id": "b0223349-65b3-4c8b-b500-74e33f2f643b",
"market": "GB",
"merchantId": "2c9ba5fd-cbdb-4ed5-84a4-01db5698f0d9",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"payeeName": "Test AB"
}Response
A successful response.
Example response
{
"accountId": "744cf927-29cd-475e-9ef2-2b11951d3cc9",
"amount": {
"currencyCode": "GBP",
"value": {
"scale": "0",
"unscaledValue": "100"
}
},
"id": "b0223349-65b3-4c8b-b500-74e33f2f643b",
"market": "GB",
"merchantId": "2c9ba5fd-cbdb-4ed5-84a4-01db5698f0d9",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"payeeName": "Test AB"
}