Parent Platforms
Setting up a Parent Platform
Header parameters
AuthorizationstringRequired
Authorization header with Bearer token is required to authorize the request. Format: Bearer {your_api_key}. This API key is unique to each client and must be included in the header of every request. Failure to provide a valid API key will result in an unauthorized error.
Keep your API key confidential.
X-HMAC-Timestampstring · int64Required
Unix timestamp in seconds. Must be within 30 minutes of the current time to prevent replay attacks.
X-HMAC-SignaturestringRequired
HMAC-SHA256 signature of the request. The signature is computed using the parent platform's API secret and includes the HTTP method, URL, request body, and timestamp.
Body
Responses
201
Payment created successfully
No content
401
Unauthorized - Invalid API key or HMAC validation failed
application/json
422
Unprocessable Content
application/json
post
/paymentsNo content
Scoping an API Key to a Parent Platform
Last updated