v1

latestOpenAPI 3.1.02026-07-132363652.9 MB
Merchants
Admin
Dev

Dev-only: wipe all transactions on the merchant's fake-provider refund account and reset its balance to 0. Use for a clean demo slate without tearing down enrollment. Refused in production or for non-fake providers.

Dev-only: wipe all transactions on the merchant's fake-provider refund account and reset its balance to 0. Use for a clean demo slate without tearing down enrollment. Refused in production or for non-fake providers.

post/api/v1/admin/dev/merchants/{merchantId}/refund-account/clear-activity

Path parameters

merchantIdstring uuid required

The merchantId parameter

Request body

currencystring

ISO 4217 currency to scope the clear. Omit to clear every refund account.

Response

Success

successboolean required

Indicates if the request was successful

Example response

{
  "success": true
}