Giropay
Features
Available country codes | DE |
---|---|
Processing currencies | EUR |
Settlement currencies | EUR |
Minimum transaction amount | 1.00 EUR |
Maximum transaction amount | No limit. Up to 10.000 EUR - payment guaranteed* Over 10.000 EUR - payment not guaranteed |
Refunds | ✅ |
Partial Refunds | ✅ |
Multiple partial refund | ✅ |
Chargeback | ❌ |
Integration Method
giropay
1.
2.
Direct API
How to integration
billing_details.address
as Germany, which country code is DE
.{
"amount": 2000,
"currency": "EUR",
"confirm": true,
"payment_method_data": {
"type": "giropay",
"billing_details": {
"address": {
"country": "DE"
},
"firstName": "",
"lastName": ""
}
},
"return_url": "https://wooshpay.com"
}
{
"id": "pi_1670644604036186112",
"object": "payment_intent",
"created": 1687147687000,
"livemode": false,
"currency": "EUR",
"amount": 2000,
"status": "requires_action",
"client_secret": "pi_1670644604036186112_secret_9UHXdOLAE1WV7A1UCIjH8nMP",
"next_action": {
"type": "redirect_to_url",
"giropay_handle_redirect": {
"url": "https://r3.girogate.de/ti/simgiropay?tx=2090827518&rs=33tiT9GdES3vl4zIQ4ShK4Sw3NsvymQj&cs=0981d204f358af0d05ea4aa49a2b678fbe36aa4f13af2624441385921431f7a6"
}
},
"payment_method_types": [
"giropay"
],
"confirmation_method": "automatic",
"return_url": "https://wooshpay.com",
"payment_method": "pm_1670644603939717120",
"capture_method": "automatic"
}
Checkout
Payment flow
1.
2.
3.
Create a seesion
{
"cancel_url": "www.wooshpay.com",
"mode": "payment",
"success_url": "https://wooshpay.com/",
"payment_method_types": [
"giropay"
],
"line_items": [
{
"price_data": {
"currency": "EUR",
"product": null,
"unit_amount": 2000,
"product_data": {
"name": "apple"
},
"billing_scheme": "testscheme",
"lookup_key": "test_lookup_key"
},
"quantity": 1
}
]
}
{
"id": "cs_1680883889586831360",
"object": "checkout.session",
"created": 1689588923000,
"livemode": false,
"currency": "EUR",
"customer": "",
"mode": "payment",
"status": "open",
"url": "https://checkouttest.wooshpay.com/pay/cs_test_1680883889586831360?key=pk_test_NTE2Njk1Mjk1ODMxNjAwMDQ2MDkxOmVqUkVxaWdMOVNQSGpRdmV0ZXUxZFBmcTE2ODY4ODE4NDY0MTg",
"cancel_url": "www.wooshpay.com",
"line_items": {
"object": "list",
"data": [
{
"id": "li_1680883889620385792",
"object": "item",
"currency": "EUR",
"description": "apple",
"price": {
"id": "price_1680883889632968704",
"object": "price",
"created": 1689588923000,
"livemode": false,
"active": false,
"currency": "EUR",
"product": {
"id": "prod_1680883889641357312",
"object": "product",
"created": 1689588923000,
"livemode": false,
"active": false,
"name": "apple",
"updated": 1689588923000
},
"type": "one_time",
"unit_amount": 2000,
"billing_scheme": "per_unit",
"lookup_key": "test_lookup_key"
},
"quantity": 1,
"amount_subtotal": 2000,
"amount_total": 2000
}
]
},
"payment_intent": "pi_1680883889804935168",
"payment_method_types": [
"giropay"
],
"payment_status": "unpaid",
"success_url": "https://wooshpay.com/",
"amount_subtotal": 2000,
"amount_total": 2000,
"billing_address_collection": "auto",
"expires_at": 1689675323250,
"payment_link": "",
"client_secret": "pi_1680883889804935168_secret_oOaiHu8k190zNlX9zeIV5xkl"
}
Next step
Create a Webhook
Create a Refund
Modified at 2024-03-11 02:04:25