Copy and Pay
1. Prepare the checkout
curl https://test.oppwa.com/v1/checkouts \
-d "entityId=8a8294184e736012014e78a17a5615ac" \
-d "amount=92.00" \
-d "currency=EUR" \
-d "paymentType=DB" \
-H "Authorization: Bearer OGE4Mjk0MTg0ZTczNjAxMjAxNGU3OGExN2E2YTE1YjB8ZjJGRUtacXRCUA=="2. Create the payment form
<script src="https://test.oppwa.com/v1/paymentWidgets.js?checkoutId={checkoutId}"></script><form action="{shopperResultUrl}" class="paymentWidgets" data-brands="VISA MASTER AMEX"></form>3. Get the payment status
Last updated
Was this helpful?