SUCCESSFUL
: The transfer was completed successfully.FAILED
: The transfer failed. The error object in the payload will contain details about the cause of the failure.curl --location --request POST 'https://your-api-server.com' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "20995085-dd1f-4425-988c-9104301997f6",
"sourceExternalUserId": "a9bf6bc8-782d-4f5b-8b3e-7e46607e5ef3",
"destinationExternalUserId": null,
"amount": "0.10",
"currency": "eur",
"status": "SUCCESSFUL",
"createdAt": "2025-07-03T13:56:47.194Z"
}'
{}