MPGS Authenticate Payment
https://developer.jengaapi.io/reference/mpgs-authenticate-payment
This API will be used to authenticate payments on MPGS.cardNumber and cardSecurity are encrypted using AES encryption then the cypher is base64 encoded.
Optional
headers?: anyMPGS Authorize Payment
https://developer.jengaapi.io/reference/mpgs-authorize-payment
This API will be initiated by the merchant and will authorize payment on Mastercard.cardNumber and cardSecurity are encrypted using AES encryption then the cypher is base64 encoded.
Optional
headers?: anyMPGS Query Payment
https://developer.jengaapi.io/reference/payment-payment
This API will query the status of a transaction.
Optional
headers?: anyMPGS Refund Payment
https://developer.jengaapi.io/reference/mpgs-refund-payment
This API will refund a payment.
Optional
headers?: anyMPGS Validate Payment
https://developer.jengaapi.io/reference/mpgs-validate-payment
This API will validate payment before card authorization. The API will do the following
Check if the merchant is subscribed to the Card APIs service
Check if they are subscribed to the MID they are using.
Fetch the relevant charges
cardNumber and cardSecurity are encrypted using AES encryption then the cypher is base64 encoded.
Optional
headers?: anyUpdates the current configuration of the SDK
Gets the current configuration of the SDK