v1

latestOpenAPI 3.1.02026-07-245361280.3 KB
Transfers

Create transfer

This service can be used to request an instant or scheduled transfer to an account.

post/v2/transfers

Request body

OR

Example request

{
  "origin": "AC-d907f733-5e17-4470-b963-c2ac2c11a440",
  "destination": "AC-303ccbd43-f346-4365-a245-910aeafea032",
  "amount": 120000,
  "currency": "BRL",
  "external_id": "e043ca72-3530-4c2f-8458-99d89f1f2d8a",
  "notification_url": "https://marketplace.com/notifications",
  "description": "Platform commission"
}

Response

OK

OR

Example response

{
  "id": "TF-a47f44c3-c115-4ddc-bd3d-900640bd33f4",
  "origin": "AC-d907f733-5e17-4470-b963-c2ac2c11a440",
  "destination": "AC-303ccbd43-f346-4365-a245-910aeafea032",
  "amount": 120000,
  "currency": "BRL",
  "external_id": "e043ca72-3530-4c2f-8458-99d89f1f2d8a",
  "description": "Platform commission",
  "created_date": "2021-07-12T13:07:08.000Z",
  "notification_url": "https://marketplace.com/notifications",
  "status": "PENDING",
  "status_code": 100,
  "type": "INSTANT",
  "last_updated": "2024-09-26T16:00:19.953989804"
}