EPS
Features
Available country code | Europe |
---|---|
Processing currencies | EUR |
Settlement currencies | EUR |
Minimum transaction amount | 1 EUR |
Maximum transaction amount | No Transaction Limit |
Refunds | ✅ |
Partial Refunds | ✅ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
EPS
1.
Direct API
How to integration
EPS
to the list of payment method types.{
"amount": 2000,
"currency": "EUR",
"confirm": true,
"payment_method_data": {
"type": "eps",
"billing_details": {
"address": {
"country": "AT"
},
"firstName": "Tom",
"lastName": "Hans"
}
},
"merchant_order_id": "txid_20221117061049",
"return_url": "https://wooshpay.com"
}
{
"id": "pi_1765627333865111552",
"object": "payment_intent",
"created": 1709793335000,
"livemode": false,
"currency": "EUR",
"amount": 2000,
"status": "requires_action",
"merchant_order_id": "txid_20221117061049",
"client_secret": "pi_1765627333865111552_secret_pxOybe6QmSFMkZ7rdpNxeMPe",
"next_action": {
"type": "eps_handle_redirect",
"eps_handle_redirect": {
"url": "https://XXXXXXXXXXXXXX"
}
},
"payment_method_types": [
"eps"
],
"confirmation_method": "automatic",
"return_url": "https://wooshpay.com",
"payment_method": "pm_1765627333730893824",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:04:19