Skip to main content
POST
Create a Transfer
This endpoint can only be used with beneficiaries created with auto_settlement set to true.

Authorizations

Authorization
string
header
required

Bearer token authentication. Obtain token from Issue a Token endpoint

Body

application/json
beneficiary_id
string<uuid>
required
Example:

"d6ae4ea6-0482-47ab-a895-02e50ea6358b"

reference_id
string
required
Example:

"REF-12345-ABC"

amount
integer
required

Amount in cents (multiply by 100). Minimum 500 cents required.

Required range: x >= 500
Example:

10000

remarks
string
required
Example:

"Monthly payment for services"

attachments
object[]
Minimum array length: 1

Response

Transfer created successfully

data
object