Revoke

Permanently deactivate an unused card (Irreversible action).

Notes:

  • Card remains active until all pending authorizations clear

  • No new authorizations can be initiated after the revoke request

  • Remaining funds will automatically transfer to your Pagsmile Issuing account

Request URI

POST /issuing/card/revoke

Request Body

Refer to : common

Biz_data :

Name
Type
Description

card_token*

string

Card Token

Example

{
    "app_id": "00000000000000000",
    "partner_id": "00000000000000000",
    "sub_partner_id": "",
    "request_id": "3Ccf9A16-43d4-D8Ac-4bA5-8DA9eEe1",
    "timestamp": "2025-04-07 13:56:42",
    "format": "JSON",
    "version": "2.0",
    "sign_type": "RSA",
    "biz_data": {
        "card_token": "189237198238"
    },
    "random_key": "<generated_key>"
}
// The biz_data in this example needs to be encrypted!

Response

{
    "code": "10000",
    "msg": "Success"
}

Last updated

Was this helpful?