- Payment card expiration reminder
Retrieve payment instruments
Create a payment instrument
Retrieve a payment instrument
Update payment instrument
Deactivate a payment instrument
Verify name on a payment instrument
Retrieve payment card issuing bank names
Payment card created
Payment card expired
Payment instrument modified
Payment card expiration r...
Security
SecretApiKey or JWT
Payload of payment card-related webhook event.
Type of event that triggered the webhook.
Enum:"payment-card-created""payment-card-expiration-reminder""payment-card-expired"
- Mock serverhttps://www.rebilly.com/_mock/catalog/all/payment-card-expiration-reminder
- Sandbox serverhttps://api-sandbox.rebilly.com/organizations/{organizationId}/payment-card-expiration-reminder
- Live serverhttps://api.rebilly.com/organizations/{organizationId}/payment-card-expiration-reminder
- SecretApiKey
- JWT
{ "paymentCardId": "string", "eventType": "payment-card-created", "_embedded": { "paymentCard": { … } }, "_links": [ { … } ] }