v1
latestOpenAPI 3.1.02026-07-24540259.7 KBtransfer
The transfer query fetches and returns a single transfer.
post/graphql (30 disregard)
Request body
Response
200
Example response
{
"data": {
"transfer": {
"id": "a8ab283d-cceb-40ec-bae3-6ba56489238b",
"state": "processing",
"source_amount": "100",
"source_currency": "USD",
"destination_amount": "1879.07",
"destination_currency": "MXN",
"purpose_of_payment": "treasury",
"fee": "0.00",
"rate": "18.790731445",
"reference": "treasury",
"created_date": "2024-08-01T21:18:37.126Z",
"expected_delivery_date": "2024-08-01T21:18:42.264Z",
"user": {
"id": "40e0000f-cd03-4111-97cc-18ab3bd54d4c",
"identifier": "michael@routefusion.com",
"email": "michael@routefusion.com",
"first_name": "Michael",
"last_name": "Cramer",
"admin": true
},
"wallet": {
"id": "44d279ef-d7ba-4831-a008-2a83535d7ef7"
},
"beneficiary": {
"id": "b4566679-9d90-4ca8-b91d-31e5a67949bf",
"type": "business",
"email": "johnny3@cool.com",
"tax_number": "BNM840515VB1",
"country": "MX",
"contact_first_name": "Johnny",
"contact_last_name": "Cool",
"business_name": "Johnny Cool 3",
"name_on_bank_account": "Johnny Cool 3",
"account_number": "032180000118359719",
"currency": "MXN",
"bank_name": "Banamex",
"bank_address1": "127 20 de Noviembre",
"bank_city": "Ciudad de México",
"bank_state_province_region": "Ciudad de México",
"bank_postal_code": "06090",
"bank_country": "MX"
},
"entity": {
"id": "0196d8f4-6f80-447a-952c-4e0fd08efbfc",
"type": "business",
"business_name": "Johnny Cool Inc",
"state": "verified",
"email": "test@test.com",
"phone": "+16035484187",
"address1": "987 Main Street",
"city": "Buda",
"state_province_region": "TX",
"postal_code": "78610",
"country": "US"
},
"funding_instructions": {
"type": "local",
"message": "Add the reference to the wire under \"reference\", \"comment\", \"notes\" or a similar field",
"currency": "USD",
"bank_name": "BBVA MEXICO SA",
"bank_address1": "PASEO DE LA REFORMA NO. 510 COL. JUÁREZ",
"bank_state_province_region": "CIUDAD DE MÉXICO",
"bank_postal_code": "06600",
"bank_country": "MX",
"account_number": "012180001186314417",
"swift_bic": "BCMRMXMMPYM",
"account_holder_name": "MEXIPAGOS SA DE CV",
"account_holder_address1": "AV INSURGENTES SUR 540 203",
"account_holder_address2": "ROMA SUR",
"account_holder_city": "CUAUHTEMOC",
"account_holder_state_province_region": "ESTADO DE MEXICO",
"account_holder_country": "MX",
"reference": "Johnny Cool Inc"
}
}
}
}