Adding Payments

post
Header parameters
AuthorizationstringRequired

Authorization: Bearer header with token is required.

Keep your API key confidential.

Body
ttlintegerRequired

Branta will remove the payment after ttl seconds.

Example: 86400
descriptionstringOptionalExample: Order #123
metadatastringOptional

Optional stringified JSON to show the user.

Example: {"Name": "S*****", "Email": "s******.com"}
Responses
post
/payments

No content

Zero Knowledge

Zero Knowledge requires the API caller to encrypt the destination value before POST. Below is a javascript example of the encryption algorithm.

Last updated