cURL
curl --request GET \ --url https://api.truust.io/2.0/refunds/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "self": "<string>", "reference_id": "<string>", "amount": "<string>", "status": "CREATED", "payin_id": 123, "wallet_id": 123, "escrow_id": 123, "tag": "<string>", "provider": {}, "metadata": {}, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "denied_at": "2023-11-07T05:31:56Z", "connections": {} }
Use your account's Secret Key as the Bearer token.
Refund details
Formatted refund amount.
CREATED
CONFIRMED
DENIED
CANCELLED
Hypermedia links to related resources.
Show child attributes