post https://api.staging.pungle.co/api/v1/card_issuing/accounts//
Modifies the status of an Account or Card. You will need to send in the Account ID and the Last Four Digits of the card you would like to modify the status of.
In addition to being able to mark a card stolen, lost, or suspended, you can also initiate an automatic replacement of a card by passing the appropriate action as per the table below. In this case, a new card will be printed and shipped to the cardhodler's address on file.
Request
| Parameter | Required | Data type | Notes |
|---|---|---|---|
| status | Yes | String | See Action Table below |
| last_four_digits | Yes | String | Card's Last 4 Digits |
Action Table
| Type | Description |
|---|---|
| mark_card_active | Update Card Status to Active |
| mark_card_lost | Update Card Status to Lost |
| mark_card_stolen | Update Card Status to Stolen |
| initiate_card_lost | Update Card Status to Lost and trigger replace Card process |
| initiate_card_stolen | Update Card Status to Stolen and trigger replace Card process |
| suspend | Suspend Card |
| unsuspend | Unsuspend Card |