Initiate fund transfer
You can use the endpoint to programmatically initiate a fund transfer between two sellers
Requests for fund transfers are processed asynchronously so in the response, we only inform you that we received your request. You’ll get the result in the settlement report
Documentation Index
Fetch the complete documentation index at: https://docs.dintero.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication (token authentication) should be used for accessing the API.
Use Get Token to get an access token for client credentials. Pass the token in the request header:
Authorization: Bearer {access_token}where the access_token is JSON Web Tokens (JWT).
Path Parameters
An id that uniquely identifies the account.
9Body
Initiate fund transfer data
A string id that uniquely identifies the fund transfer. The id is used
for idempotent processing so you can safely retry the request with same
id if you don't receive a response (for example, in case of a timeout)
payout-destination The amount of the fund transfer in the smallest unit of the currency
x >= 1A static reference that will be included on settlements made to the sellers
60Response
Transfer fund initiated
This object contains the result from initiating a transfer fund