Returns full details of a specific money transfer operation including amount breakdown, funding and payout method details, status timeline, and failure reason if applicable.
GET
/
partner
/
operations
/
{operationId}
Get operation details
curl --request GET \
--url https://m2m-backend-qa.up.railway.app/partner/operations/{operationId} \
--header 'X-API-Key: <api-key>'