v1
latestOpenAPI 3.1.02026-07-132363652.9 MBMerchants
Admin
Dev
Dev-only: simulate an inbound wire onto the merchant refund account via the merchant's fake cross-border provider. Refused in production. Refused if the merchant is not enrolled with a fake provider, so it can never trigger a real TransferMate call.
Dev-only: simulate an inbound wire onto the merchant refund account via the merchant's fake cross-border provider. Refused in production. Refused if the merchant is not enrolled with a fake provider, so it can never trigger a real TransferMate call.
post/api/v1/admin/dev/merchants/{merchantId}/refund-account/simulate-top-up
Path parameters
merchantIdstring uuid required
The merchantId parameter
Request body
Example request
{
"amount": 250,
"currency": "GBP",
"provider": "transfermate"
}Response
Success
Example response
{
"success": true
}