Path parameters
-
id
string(uuid) Required ID of the wire transfer.
GET
/v2/wire_transfers/{id}
curl \
--request GET 'https://api.memo.bank/v2/wire_transfers/aa431134-bdc4-416e-8b7e-58a39e389707' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"id": "61b05c4f-3f72-4951-8c30-a2a9faaa5184",
"reference": "ab004cfc-99fb-4ba9-bc9c-70982f853cb1",
"instructed_amount": 500,
"instructed_currency": "EUR",
"account_id": "708683cb-60f6-464a-a62f-be2e339c34aa",
"local_iban": "FR6430003000509825397888D64",
"beneficiary_account_identifier": {
"type": "iban_and_bic",
"iban": "FR2512739000308553756377J95",
"bic": "MEMOFRP2XXX"
},
"message": "invoice no12345",
"internal_note": "phone bill",
"uetr": "62dacdad-b003-4738-b21d-29fbfca5d1ea",
"custom_id": "637406efda8534de8c0e",
"custom_metadata": "This is some metadata",
"status": "failed",
"failure_code": "insufficient_funds"
}