Payment Platform (XS2A.pay)
Basic integration
Authentication (Documentation)
POST /v1/payments HTTP/1.1
Host: api.xs2a.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cacheCreate xs2a.pay object (Documentation)
POST /v1/payments HTTP/1.1
Host: api.xs2a.com
Content-Type: application/json
Authorization: Basic base64("api:YOUR_API_KEY_GOES_HERE")
Cache-Control: no-cache
{
"amount": 35,
"currency_id": "EUR",
"purpose": "Order No. 123456",
"recipient_iban": "DE04888888880087654321",
"recipient_holder": "MyCompany Inc."
}Show the created payment session to the user
Javascript-WidgetWizard-APIEasyOnboardingRetrieve information after the payment is finished (Documentation)
Update the payment status
Name check
Full consistency of the names - "true match"
Last updated
Was this helpful?