SUCCESSFUL
), or if it failed (e.g., due to insufficient funds), the response will include an error
object with details about the failure.curl --location --request GET 'https://partner-api-stage.p100.io/v1/transfer/details/05f72ab9-89de-4890-81ed-a517318cf789' \
--header 'x-api-key;'
{
"id": "e1f38074-74d5-4f9e-9587-bcabdac59541",
"sourceExternalUserId": null,
"destinationExternalUserId": "1f6a23e6-174e-441d-aa5d-7b31d403bd93",
"amount": "1.00000000",
"currency": "doge",
"status": "SUCCESSFUL",
"createdAt": "2025-07-30T12:43:32.400Z"
}