PaysafeCard
PaysafeCard is a prepaid online payment method that allows users to make secure and anonymous transactions without the need for a bank account or credit card.
You can use Paysafe Card as a Alternative Payment Method for:
REST API | Web SDK | HPP | |
---|---|---|---|
Payments | ✅ Available | ✅ Available | ✅ Available |
Payouts | ✅ Available | 🛠️ Coming Soon | 🛠️ Coming Soon |
Refunds | ✅ Available | 🛠️ Coming Soon | 🛠️ Coming Soon |
Payment flow
Payment initialization
Paysafecard Payments use our redirect flow. After making a payment request, you will receive a URL to
redirect your customer to in order for them to authorize their payment using their Paysafecard credentials.
Payment authorization
Once the customer has authorized, if you are configured for notifications you will receive a notification indicating
that the payment has been authorized. You can also check the payment status by polling our
/v1/payments/{paymentId}/status
endpoint.
Payment capture
There are two ways a payment can be captured:
- auto-capture - if your initial payment request sets
intent: capture
or does not specifyintent
, Bridge will
automatically complete the capture on your behalf after the payment has been authorized by your customer - manual-capture - if your initial payment request sets
intent: authorize
, once the payment is authorized
you must submit a capture request to our/v1/payments/{paymentId}/capture
endpoint to capture the payment
Refund flow
You can only refund a previously successful payment processed via BR-DGE. Pass the br-dge payment Id via the /v1/payments/{paymentId}/refund
endpoint. We only support refunds for transactions that have been made with a myPaysafe account, transactions made with a 16-digit PIN cannot be refunded.
Payout flow
For each payout request you need to provide the customer’s personal details (first name, last name, date of birth) via the /v1/payouts
endpoint. Customer's first and last name must be provided in the original alphabet characters (i.e. Greek Cyrillic alphabet) - this data is returned in the successful payment response or notification. PaysafeCard automatically validates the provided data against the registered myPaysafe account data. The payout will automatically be refused if the data does not match.
Additional Information
Below is an outline of any PaysafeCard specific information you should know:
Type | Notes |
---|---|
Smart Routing | PaysafeCard is not supported with BR-DGE Smart routing. |
Onboarding & Support
To enable PaysafeCard on your BR-DGE retail channels, please get in contact with support.
Updated 4 days ago