v1
latestOpenAPI 3.0.22026-07-26123510445.2 KBRemove Card from Network Protection
<a href="/card-issuance/v1.6/guide/card-products" style={{display:'inline-block',padding:'2px 10px',borderRadius:'9999px',fontSize:'12px',fontWeight:600,lineHeight:'18px',background:'#EEF2FF',color:'#4338CA',border:'1px solid #C7D2FE',textDecoration:'none'}}>Business Visa only</a>
Submits a removal request for a card previously enrolled in ASAF Network Protection.
The enrollment status transitions to REMOVAL_PENDING while Visa processes the request. The final outcome is delivered via the card.risk_control.network_protection.removed webhook.
Path parameters
Universally unique identifier (UUID v4) of a resource.
Headers
Specifies the sub-account on whose behalf the request is made. This should be set to the account_id, which can be retrieved via the List Connected Accounts API. If omitted or empty, the request is executed using the master account. More information at Connected Accounts.
A unique identifier (UUID) used to maintain operation idempotency, ensuring that repeated executions of the same operation do not result in unintended effects or duplication. It helps preserve data consistency in the face of network errors, retries, or failures.
Request body
Example request
{
"risk_control": "network_protection"
}Response
Removal request accepted.
Example response
{
"card_id": "7f6dbbd9-37b9-4f64-a021-cd4f71234567",
"card_number": "************1234",
"cardholder_id": "b6e6268b-7d95-4700-9b87-12e7c1234567",
"card_scheme": "VISA",
"status": "ENROLL_PENDING",
"action_code": "41",
"definition": "Lost card, pickup",
"update_time": "2026-05-14T09:00:00Z"
}