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 | 🛠️ Coming Soon | 🛠️ Coming Soon |
Payouts | 🛠️ Coming Soon | 🛠️ Coming Soon | 🛠️ Coming Soon |
Refunds | 🛠️ Coming Soon | 🛠️ 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
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 6 days ago