One-Click Checkout
How it works
1. Prepare the checkout
curl https://test.oppwa.com/v1/checkouts \
-d "entityId=8a8294184e736012014e78a17a5615ac" \
-d "amount=92.00" \
-d "currency=EUR" \
-d "paymentType=DB" \
-d "registrations[0].id=8ac7a4a0739e4f720173a048387d7a7c" \
-d "registrations[1].id=8ac7a49f739e470f0173a048391e1c24" \
-d "createRegistration=true" \
-H "Authorization: Bearer OGE4Mjk0MTg0ZTczNjAxMjAxNGU3OGExN2E2YTE1YjB8ZjJGRUtacXRCUA=="2. Create the payment form

3. Get the payment status
Last updated
Was this helpful?