1. Initiate Payment (By ID)
It is a method used to initiate payments with connected APM providers. This method requires an external connection Id. You can obtain the relevant Id information using the "List" method.
Initiate Payment (ID)
Parameter
Type
Compulsory
Description
Parameter
Type
Compulsory
Description
{
"ApmId": 1,
"CurrencyId": 1,
"MerchantUniqueCode": "TESTMERCHANTUNIQUECODE",
"MerchantSuccessBackUrl": "https://webhook.site/38a6fa6f-3414-40db-b2a7-a6c38894b6a3",
"MerchantFailBackUrl": "https://webhook.site/38a6fa6f-3414-40db-b2a7-a6c38894b6a3",
"Amount": 1,
"Description": "test",
"Payer": {
"Fullname": "",
"CardNumber": "",
"CardId": "",
"Phone": "",
"Email": "",
"UserIdentity": "",
"ConsumerIdentity": "",
"Birthday": null
},
"Products": [
{
"ProductId": "123",
"ProductName": "Name",
"ProductCategory": "Food",
"ProductDescription": "Description of Product",
"ProductAmount": 1
}
]
}Parameter
Type
Description
Last updated