Overview
Gate is one of gateways to integrate with the Rocketpay payment platform; it exposes the most advanced instruments for interaction with the payment platform. Gate allows you to perform ordinary and COF (Credentials on File) purchases, refunds, and payouts, as well as request additional information, for instance payment statuses. You can use Gate with other Rocketpay products, for example you can implement purchases with Payment Page while using Gate for payouts and refunds.
Gate allows you to process card payments of the following types: American Express, Maestro, Mastercard, Visa, Troy, Belcard, MIR, and alternative payments (for more information, see Payment methods). In accordance with the recommendations of the Visa and Mastercard, and American Express for 2020, the payment platform supports payments with expired cards. To enable this feature, contact the Rocketpay technical support.
For issuing of payments by using Gate, you need to develop your own payment interface, with full UI control. For payment processing by using payment cards, your payment interface needs to be a PCI-compliant.
In general, while performing a payment, the web service sends a request to one of Gate API end points. Then the payment platform receives the request, processes and redirects it to third parties participating in payment processing and responds with a callback contained the final payment result.
- Integration procedure—how to integrate by using Gate, technical aspects on interaction between the web service and the payment platform, including interaction models and the formats of request, response and callback.
- Payment types, operations and payments—overview information about payment types provided in the payment platform, processing of each payment types, payment statuses as well as objects related to payment: requests and operations.
- One-time purchase,Credential-on-file (COF) purchases, Payout, Payment card verification—technical aspects on processing all types of payments such as purchases, COF purchases, payments and card verification.
- Other sections with information on Gate.