SEPA Credit Transfers
Show a SEPA Credit Transfer from a billing account
Returns the details of a single SEPA Credit Transfer transaction. You must add the account_id of your billing account and the transaction id in the request URL.
get/v1/accounts/{account_id}/transactions/sepa_credit_transfer/{id}
Path parameters
account_idstring required
idstring required
Response
Successful result of the operation
Example response
{
"id": "45bd0881-a79a-4054-9286-f11060d5511f",
"status": "executed",
"reference": "8880a72c-2675-482d-8d88-70a02c608592",
"amount": {
"value": 1000,
"unit": "cents",
"currency": "EUR"
},
"recipient_iban": "DE87110101001000057123",
"recipient_name": "Max Mustermann",
"recipient_bic": "SOBKDEB2XXX",
"end_to_end_id": "END2ENDREJ",
"batch_id": "d6c778822b2d7bd3b778935bcfd0d1d3csc",
"created_at": "2021-01-01T20:37:50Z"
}