📄️ Standard Integration
Standard or Hosted integration allows merchants to redirect customers to RedDragonPay’s hosted iframe-based payment page. This method simplifies compliance and ensures a secure payment environment.
📄️ Direct Pay (S2S)
The S2S (Server-to-Server) integration allows merchants to process transactions programmatically on the backend. Iframe integration remains a key component for secure data handling.
📄️ Hash Generation
Every request is accompanied by a secure Hash that verifies the request’s Integrity as well as merchant identity. The secure Hash algorithm is SHA-512.
📄️ Status Enquiry
Initiate the request to get the status of any transaction, being initiated. It is mandatory to implement status enquiry because in cases when there is no response through callback or return URL due to any exceptions or network error. Status API can help to get the final status of the transaction.
📄️ Webhook / Callback
Our system trigger’s a webhook through HTTP POST as soon as there’s an update in the status of transaction, in order to get webhooks, merchant need to provide an URL at the time of Integration on which the merchant will keep on receiving JSON based callbacks.
📄️ Test Cards
| Card Number | CVV | PIN | Scheme |
📄️ Refund
Merchant Refund API to allow merchant to initiate refunds.
📄️ Response Codes
RedDragonPay uses response codes to indicate the outcome of a transaction. Below is a comprehensive list of response codes and their meanings: