transfer:create). Gateway rate limit applies. Returns 201 when completed or 202 when pending manual approval. Errors: INSUFFICIENT_FUNDS, TRANSFER_TYPE_DISABLED, blocked account/card.X-Step-Up-Token required for operation transfer:create. Rate limit: transfers (gateway). Gateway timeout: 60s.curl --location '/v1/transfers' \
--header 'X-Step-Up-Token;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "string",
"from_account_id": "d13b657a-5b29-468b-989e-79d3c9ca8ad7",
"to_account_id": "3e98f0e3-e66f-4ff1-bd00-5b6561f6da8b",
"amount": "string",
"currency": "str",
"description": "string",
"beneficiary": {},
"recipient": {}
}'{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"transfer_id": "d4a2d8dd-7def-4545-a062-761683b9aa05",
"type": "string",
"status": "string",
"amount": "string",
"currency": "string",
"fee": "string",
"total_debited": "string",
"description": "string",
"from_account_id": "d13b657a-5b29-468b-989e-79d3c9ca8ad7",
"to_account_id": "3e98f0e3-e66f-4ff1-bd00-5b6561f6da8b",
"destination_amount": "string",
"destination_currency": "string",
"fx_rate": "string",
"hold_id": "4ce991bb-2101-434c-985c-39697d3f31c4",
"metadata": {},
"created_at": "2019-08-24T14:15:22.123Z"
}