Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
{ "eventId": "<string>", "eventType": "PAYMENT_METHOD_CREATED", "data": { "paymentMethod": { "id": "<string>", "type": "<string>", "confirmed": true, "chargesConsented": true, "cardDetail": { "id": "<string>", "cardholder": "<string>", "last4": "<string>", "brand": "<string>", "expiryMonth": 123, "expiryYear": 123, "funding": "<string>", "issuer": "<string>", "country": "<string>" }, "bankAccount": { "id": "<string>", "clabeLast": "<string>", "clabeFirst": "<string>", "bankCode": "<string>", "bankName": "<string>", "verified": true } }, "customer": { "id": "<string>", "name": "<string>", "email": "<string>", "phoneNumber": "<string>", "username": "<string>", "metadata": [ { "key": "<string>", "value": "<string>" } ], "meta": {} } } }
Payload enviado cuando un cliente guarda un método de pago.
Unique webhook delivery identifier.
Event type represented by this webhook delivery.
PAYMENT_METHOD_CREATED
Event-specific payload data.
Show child attributes
Webhook accepted by the receiver.
Was this page helpful?