Adding Payments
Adds a new payment to Branta. Expires after ttl seconds.
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.
Body
Responses
201
Payment created successfully
401
Unauthorized
application/json
422
Unprocessable Content
application/json
post
/paymentsNo content
Last updated