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"
}

Changes

Changed in 2 of the 9 revisions of this API.32

    • added the new optional request property /

      new-optional-request-property

    • added the new optional request property /

      new-optional-request-property

    • added the new compliance review enum value to the / response property for the response status

      response-property-enum-value-added

    • added the new compliance review enum value to the // response property for the response status

      response-property-enum-value-added

    • added the new compliance review enum value to the // response property for the response status

      response-property-enum-value-added