Hosted Payments
Here we have the API to enable you carry out hosted payment.
Initiate Payment
{baseUrl}/developer/hostedpayment{
"amount": 0,
"currency": "string",
"reference": "string",
"firstName": "string",
"lastName": "string",
"email": "string",
"callBackURL": "string",
"allowPaymentMethods": [
"string"
]
}
Note: allowPaymentMethods is optional and can be any of the following:
card,
applepay,
googlepayCallback
Last updated