Neteller
ID: neteller-paysafe | Provider: Paysafe | Region: International
Overview
International e-wallet. Customer logs into Neteller account to authorize payment.
Required Fields
email: Neteller account email/consumer ID
Request Example
{
"paymentMethod": {
"id": "neteller-paysafe",
"email": "john.doe@example.com"
},
"reference": "ORDER-12345",
"customer": {
"id": "cust_abc123",
"email": "john.doe@example.com"
},
"amount": "75.25",
"currency": "EUR",
"returnLinks": {
"default": "https://yourproduct.com/return"
}
}
Response Action
{
"type": "redirect",
"method": "GET",
"url": "https://paysafe.neteller.com/checkout/...",
"expiresAt": "2025-11-18T15:30:00Z"
}