post https://api.staging.pungle.co/api/v1/card_issuing/accounts/activate_card
Activate a physical Card
associated with an existing Account
. You can activate a card by:
- Sending the
PAN
and theExpiry Date
or - Sending the
Account ID
and theLast Four Digits
Note: This method does not work with virtual card accounts. If you need to activate a virtual card, use the Modify Account Status
call.
Request Sample 1
Parameter | Required | Data type | Notes |
---|---|---|---|
id | Yes | Integer | Account ID |
last_four_digits | Yes | Integer | Card's Last 4 Digits |
expiry_year | Conditional | Integer | Card expiry year |
expiry_month | Yes | Integer | Card expiry month |
cvv | No | Integer | Card security code |
Request Sample 2
Parameter | Required | Data type | Notes |
---|---|---|---|
card_number | Yes | Integer | The 16-digit card number |
expiry_year | Yes | Integer | Card expiry year |
expiry_month | Yes | Integer | Card expiry month |
cvv | No | Integer | Card security code |
Response
Field Name | Type | Description |
---|---|---|
last_four_digits | Integer | Card last four digits |