Parent Platforms
For businesses that facilitate other businesses in accepting bitcoin.
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.
Unix timestamp in seconds. Must be within 30 minutes of the current time to prevent replay attacks.
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.
Payment created successfully
Unauthorized - Invalid API key or HMAC validation failed
Unprocessable Content
No content
Last updated