v3

latestOpenAPI 3.0.32026-07-31489099.0 KB
Orders

Create Transfer

Create Transfer

post/accounts/{account_id}/transfers

Path parameters

account_idstring required

ID of the resource

Example:2VZvtmVc2j3gQ80CTlcuQXbGrwC

Account ID

Request body

notestring

Example request

{
  "amount": {
    "currency": "USD",
    "value": "11234.88"
  }
}

Response

OK

OR
OR

Example response

{
  "amount": {
    "currency": "USD",
    "value": "11234.88"
  },
  "created_at": "2020-01-01T12:00:00Z",
  "failure": {
    "errors": [
      {
        "code": "ValidationError",
        "source": {
          "parameter": "page[cursor]",
          "pointer": "/body/data/attributes"
        },
        "status": "400",
        "title": "A validation error occurred"
      }
    ]
  },
  "id": "2VZvtmVc2j3gQ80CTlcuQXbGrwC",
  "updated_at": "2020-01-01T12:00:00Z"
}