POST /payments
Request
{
"amount": "string",
"currencyCode": "string",
"accountId": "string($guid)",
"reference": "string",
"returnUrl": "string",
"countryCode": "string"
}Header
Mandatory
Description
Body Field
Mandatory
Description
{
"amount": "10000",
"currencyCode": "DZAR",
"accountId": "00000000-0000-0000-0000-000000000000",
"reference": "ref12345678",
"returnUrl": "https://redirect.merchant.com",
"countryCode": "ZA"
}Response
Field
Response Type
Description
Last updated