Payment card expiration reminder
Webhook

Request

Security
SecretApiKey or JWT
Bodyapplication/json

Payload of payment card-related webhook event.

paymentCardIdstring

ID of the payment instrument.

eventTypestring

Type of event that triggered the webhook.

Enum:"payment-card-created""payment-card-expiration-reminder""payment-card-expired"
_embeddedobject

Embedded objects related to the payment card event.

Payload
{ "paymentCardId": "string", "eventType": "payment-card-created", "_embedded": { "paymentCard": {} }, "_links": [ {} ] }

Responses

Returns any 2xx status to indicate that data is received.