Card Added Event (v1.0.0)

A card has been added for recurring charges.

Overview

The event is raised when a card has been successfully added by the user. The card is processed by Stripe outside of the PAL environment. Stripe uses a webhook to contact PAL with the information. The Stripe adapter will then issue this event.

The event may be used by other payment providers in the future.

Payload example

Payload example
{
"PaymentMethodId": "pm_66363636363638",
"Reference": {
"Id": "550e8400-e29b-41d4-a716-446655440001",
}
}

JSON Schema

5 properties
PaymentMethodId string
required
Reference object
required
Attributes object