Przelewy24
Features
Available country code | PL |
---|---|
Processing currencies | EUR,PLN |
Settlement currencies | EUR |
Refunds | ✅ |
Partial Refunds | ✅ |
Multiple partial refund | ❌ |
Chargeback | ❌ |
Integration Method
p24
1.
Direct API
How to integration
{
"amount": 2000,
"currency": "EUR",
"confirm": true,
"payment_method_data": {
"type": "p24",
"billing_details": {
"address": {
"country": "PL"
},
"email": "john.doe@fake.id",
"firstName": "",
"lastName": ""
}
},
"return_url": "https://wooshpay.com"
}
{
"id": "pi_1670647146182868992",
"object": "payment_intent",
"created": 1687148293000,
"livemode": false,
"currency": "EUR",
"amount": 2000,
"status": "requires_action",
"client_secret": "pi_1670647146182868992_secret_gIuZ4mEPEylLdxZpVRQhbM40",
"next_action": {
"type": "redirect_to_url",
"p24_handle_redirect": {
"url": "https://r3.girogate.de/ti/simp24?tx=140083420286&rs=iZwgnyFeHyoMsmJP9IBTIpXyDphDMmba&cs=c43ab14500b3dc1154141e9c1109a344bc6eede05d22e2012a0c8a7fe8c80cbb"
}
},
"payment_method_types": [
"p24"
],
"confirmation_method": "automatic",
"return_url": "https://wooshpay.com",
"payment_method": "pm_1670647146086400000",
"capture_method": "automatic"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:04:42