Remove the organization's default refund destination
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/organizations/refunds/config \
--header 'Authorization: Bearer <token>'Refund Defaults
Remove the organization's default refund destination
Removes the default. Refunds will then fall back to per-transaction destinations.
DELETE
/
v1
/
organizations
/
refunds
/
config
Remove the organization's default refund destination
curl --request DELETE \
--url https://sandbox-api.borderless.xyz/v1/organizations/refunds/config \
--header 'Authorization: Bearer <token>'Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
204
Default removed.
Was this page helpful?
Set the organization's default refund destinationRe-confirm the organization's default refund destination
⌘I