Integrate our products into your software. Let's make payment happen together!
Look at all the possibilitiesShopper Country | Sale | Refund | Authorise / Capture | Void | Token Vault | Mandates |
---|---|---|---|---|---|---|
Worldwide | ✓ | ✓ |
Sofort, also known as Pay Now, allows you to make a fast and easy payment of your online purchases using your online banking details. The merchant receives a real-time confirmation of the transfer order and can dispatch the goods promptly or allow the download.
sofort
and use a webhook or
notification.
See Collecting why.payUrl
in the payment response.returnUrl
.Sofort is a collecting payment method, i.e. CCV receives the money from Sofort and will payout the merchant on regular intervals.
Sofort payments are not successful yet even if the customer authorises the payment. Sofort does not guarantee a successful outcome once the customer returns. As a result, CCV handles the payment the same way and will only mark the payment as successful if CCV receives the money from the customers account.
Sofort does not require method specific input.
{
"amount": 9.99,
"currency": "eur",
"method": "sofort",
"returnUrl": "https://shop/return?order=123456",
"webhookUrl": "https://shop/payhook?order=123456",
"merchantOrderReference": "123456",
"description": "Order 123456",
"language": "eng"
}
Sofort does not require method specific input.
{
"reference": "S240226130441921CB87E195.Y",
"description": "Refund of Order 123456"
}