MB Wallet Developers
API referenceV1RefundsId

/v1/refunds/{id}

GET/v1/refunds/{id}

[checkout_api] read one own-org refund

Security: gated; the registry declares no role list for this surface.

Path Parameters

id*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/refunds/string"
{  "id": "string",  "object": "refund",  "amount": 0,  "currency": "string",  "status": "string",  "payment": "string",  "created": 0}