Skip to main content
POST

Payments Library Reference

Complete reference for Payments Library operations
After a charge or tokenization operation completes, the client-side Payments Library returns a payment token to your callback function. Call this endpoint from your server to verify the token is authentic and has not been tampered with.

Error Responses

Parameters

Headers

Authorization
string
required
Your API key prefixed with APIKEY. Example: APIKEY your-api-key. See the Authentication guide.

Request Body

RAW_BODY
string
required
The payment token string received in the client-side callback function. Pass it as the raw request body.

Response