Accept PaySafeCard payments using our APIs, and build your own payment form to have full control over the look and feel of your checkout page.
Requirements
Requirement | Description |
---|---|
Integration type | Make sure that you have built your API-only integration. |
Setup steps | Before you begin, contact our Support Team to add in your Customer Area. |
Build your payment form for PaySafeCard
Include PaySafeCard in the list of available payment methods. You do not need to collect any information from the shopper in your payment form.
We provide logos for PaySafeCard and the issuing banks, which you can use on your payment form. For more information, refer to Downloading logos.
In your /paymentMethods request, specify:
- countryCode: Any supported country/region, for example DE.
- amount.currency: Any supported currency, for example EUR.
- amount.value: The value of the payment.
The response contains paymentMethod.type
: paysafecard.
Make a payment
In your /payments request, specify:
paymentMethod.type
: paysafecard- shopperReference: Your reference to uniquely identify this shopper, for example user ID or account ID.