Authorizations
Your secret API key. Keep this secure and never expose it in client-side code.
Headers
Unique key to ensure the request is idempotent. If a request with the same key is sent multiple times, only the first will be processed, and subsequent requests will return the same response.
Example:
"payment_123456_unique_key"
Body
application/json
Response
Payment processed successfully