MB Wallet Developers
API referenceV1RefundsIdCancel

/v1/refunds/{id}/cancel

POST/v1/refunds/{id}/cancel

[checkout_api] cancel a pending refund → canceled (no ledger, no key-replay)

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

Path Parameters

id*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/refunds/string/cancel" \  -H "Content-Type: application/json" \  -d '{}'
{  "id": "string",  "object": "refund",  "amount": 0,  "currency": "string",  "status": "string",  "payment": "string",  "created": 0}