Skip to main content

Endpoint

Authentication

Use your secret key in the Authorization header:
Secret key security: The secret key must be kept confidential and must never be exposed in the frontend or client code. It must only be used on the server side.

Request Body

payment_method_data structure

Example Request

Response

200 OK

When the disbursement was successfully created, the API will return a 200 OK response. The status of the disbursement is processing because the payment is still being processed and has not been executed yet.

Disbursement Status

400 Bad Request

401 Unauthorized

Disbursements are processed asynchronously. Use webhooks to track their status in real-time.