Card payment method event
You can subscribe the Card payment method Webhook to receive all events that occur in a card payment method associated to an Alviere account in the system.
The returned object will contain the card in the state at the moment of the event creation. For example, if there's a status
change, you'll receive an event with the data for the card.
Payloads for CARD_PM
Subscription Type
{
"entity": {
"account_uuid": "86e28f4b-c52d-4498-be89-a890b2298269",
"payment_method_uuid": "09f46e1f-aa02-46ec-ae6d-34946f385e3d",
"external_id": "string",
"brand": "VISA",
"type": "CREDIT",
"country": "USA",
"last_4": "0000",
"status": "CREATED",
"status_reason": "",
"flags": {
"load_supported": false,
"withdraw_supported": false
},
"3ds_options": {
"3ds_preference": "ENABLED"
},
"created_at": "string",
"updated_at": "string"
},
"event_date": "2022-10-06T08:24:26.577Z",
"event_retry": 0,
"event_type": "CARD_PM",
"event_uuid": "7a525c30-57d7-5429-b260-53559609e5c2",
"event_version": "2021-11-18.1",
"program_uuid": "3ff8d46a-da4d-46f1-a296-db483914b896"
}