XS2A.pay
Create xs2a.pay object
Create a xs2a.pay object and receive Wizard session key in return.
post/payments
Request body
Example request
{
"amount": 1.5,
"currency_id": "EUR",
"purpose": "Purpose",
"recipient_holder": "Holder",
"recipient_iban": "DE04888888880087654321",
"metadata": {
"key1": "value1"
},
"language": "de",
"with_intermission": true,
"easy_onboarding": {
"success_link": "https://www.xs2a.com/success",
"abort_link": "https://www.xs2a.com/abort"
},
"sender_country_id": "DE",
"recipient_bic": "TESTDE88XXX",
"recipient_country_id": "DE"
}Response
Request successfully processed
Example response
{
"wizard_session_key": "m5A65Cy2lwI1rOXxuvwU4MM47b4tDaV0ME9By6It",
"transaction": "10001-xv-LEz8-oct7"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.