Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

To be granted access to this API, you will be required to be PCI-DSS certified. For further inquiries, please reach out to integrations@monnify.com

...

Charge Card with no OTP

To charge a card without the use of an OTP, you will need to make a request to the endpoint below:

Info

This endpoint is protected with OAuth 2.0 Bearer token

...

Code Block
languagejson
{
    "requestSuccessful": true,
    "responseMessage": "success",
    "responseCode": "0",
    "responseBody": {
        "status": "SUCCESS",
        "message": "Transaction Successful",
        "transactionReference": "MNFY|54|20210429142557|000206",
        "paymentReference": "1619702756719",
        "authorizedAmount": 2000.00
    }
}

...

Charge Card with OTP

To charge a card with the use of an OTP, you will need to make a request to the endpoint below:

Info

This endpoint is protected with OAuth 2.0 Bearer token

...