Archive payment address
Method: DELETE
Route: /merchants/:merchant/wallets/:wallet/address/:id (opens in a new tab)
Set the address to inactive mode. Deposits to it will not be processed, but it will still store funds.
Path
Parameter | Type | Description |
---|---|---|
merchant | String | required Merchant ID in UUIDv4 format |
wallet | String | required Wallet ID in UUIDv4 format |
id | String | required Payment Address |
Response
Field | Type | Description |
---|---|---|
archived | Boolean | Merchant ID in UUIDv4 format |
status | String | archive or listen |
⚠️
This API endpoint is private and requires an authorization header X-Api-Key