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}.
Keep your API key confidential.
Body
ttlintegerRequiredExample:
Branta will remove the payment after ttl seconds.
86400descriptionstringOptionalExample:
Order #123metadatastringOptionalExample:
Optional stringified JSON to show the user.
{"Name": "S*****", "Email": "s******.com"}Responses
201
Payment created successfully
401
Unauthorized
application/json
422
Unprocessable Content
application/json
post
/paymentsNo content
Last updated