{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer": "7654321",
"instrument": {
"type": "credit-card",
"brand": "<string>",
"maskedNumber": "<string>",
"lastDigits": "<string>",
"expiryMonth": 6,
"expiryYear": 123,
"cardholderName": "<string>"
},
"billingAddress": {
"firstName": "<string>",
"lastName": "<string>",
"address1": "<string>",
"address2": "<string>",
"zip": "<string>",
"city": "<string>",
"country": "<string>",
"countryCode": "<string>",
"provinceCode": "<string>",
"province": "<string>",
"phone": "<string>",
"company": "<string>"
}
}Topics
Customer payment method updated
Fired when a customer-payment-method.updated event occurs. Delivered via Svix.
WEBHOOK
customer-payment-method.updated
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"customer": "7654321",
"instrument": {
"type": "credit-card",
"brand": "<string>",
"maskedNumber": "<string>",
"lastDigits": "<string>",
"expiryMonth": 6,
"expiryYear": 123,
"cardholderName": "<string>"
},
"billingAddress": {
"firstName": "<string>",
"lastName": "<string>",
"address1": "<string>",
"address2": "<string>",
"zip": "<string>",
"city": "<string>",
"country": "<string>",
"countryCode": "<string>",
"provinceCode": "<string>",
"province": "<string>",
"phone": "<string>",
"company": "<string>"
}
}Authorizations
AdminApiKeyBearerToken
Long-lived Admin API key issued from the Juo merchant portal. Pass as the X-Juo-Admin-Api-Key header.
Body
application/json
Customer id when not expanded, or the full Customer object when the field name is included in the expand query parameter.
Minimum string length:
1Example:
"7654321"
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Response
200
Webhook received successfully.