Ratepay is a white-label payment solution that allows merchants to offer secure, flexible, and popular payment methods without exposing third-party brands to their customers. It enables customers to pay via well-known local methods such as Open Invoice and SEPA Direct Debit, while Ratepay handles all risk assessment and debtor management behind the scenes.
Ratepay performs real-time risk checks during checkout. Merchants benefit from guaranteed payouts while Ratepay assumes the risk and handles collection.
💡 Learn more at Ratepay’s website
To start accepting payments via Ratepay:
Onboard with Ratepay and complete the required KYC steps.
Once onboarded, Ratepay will provide:
clientId: The API user IDclientSecret: The API passwordpartnerShopId: Your Ratepay shop identifierContact and securely share the above credentials to activate Ratepay on your merchant profile.
Ratepay is available via Direct integration only.
To initiate a Ratepay payment, call Create paymentCreate payment with:
"paymentMethods": {
"type: "RATEPAY",
"integrationType": "DIRECT",
"ratepay": {
"subType": "OPEN_INVOICE", // or "PAY_NOW"
"transferType": "BANK_TRANSFER" // or "SEPA_DIRECT_DEBIT"
}
} |
If a Ratepay payment needs to be voided before settlement, use the Reverse paymentReverse payment endpoint.
Partial reversals are supported.
| Only unsettled Ratepay payments can be reversed. |
Capture a previously authorized payment using the Capture paymentCapture payment endpoint.
Multiple partial captures are supported.
To issue a refund for a captured Ratepay payment, use the Refund paymentRefund payment endpoint.
Multiple partial refunds are supported.