Contact us
To help us direct you question to the best team to provide an answer please select which option best descibes you.
Alternate Payment Methods
Open your doors to global and local customers.
Payment options across the globe
Integrate with 3rd party wallets and payment methods so you can take payments using a number of payment options popular in countries all around the world.
Video
Choose the methods that work for your customers
Our Alternate Payments API makes it easy for you the integrate, while making sure your customers are able to pay using the method that works best for them.
curl -X POST https://api.test.paysafe.com/alternatepayments/v1/accounts/1001070130/payments \
-u devcentre322:cGF5c2FmZV9hY2NvdW50OnBheXNhZmVfYXBpX2tleV9mb3JfdGVzdGluZw==\
-H 'Content-Type: application/json' \
-d
{
"amount": 150,
"paymentType": "RAPIDTRANSFER",
"currencyCode": "GBP",
"merchantRefNum": "MR1000001",
"settleWithAuth": "true",
"profile": {
"email": "john.jenson@email.com",
"firstName": "John",
"lastName": "Jenson"
},
"billingDetails": {
"city": "Berlin",
"country": "DE",
"state": "Berlin",
"street1": " Schulstrasse 4",
"zip": " 32547"
},
"returnLinks": [
{
"rel": "default",
"href": "http://www.mysite.com"
}
]
}
Let's look at how alternate payment methods can help your business grow.