Purchase payment request (Hosted Payment Fields)
POST/api/v1/processing/purchase/card
Processes the payment after the payer has entered their card details into the hosted fields
and hostedFields.collectIframesData() has been called.
The card data itself is not sent in this request: it is already stored on the platform
against the session. Authenticate the request with the session token in the Token header.
The callback to the merchant has the same structure as for the regular Checkout integration.
Request
Responses
- 200
- 400
- 401
- 500
Payment processed. Check result for the outcome.
Invalid request parameters
Unauthorized - invalid or expired session token
Internal server error