payment-method
endCustomerUpdated payment-method
Handle end-customer events from PubSub
post/payment_method/end-customer-updated
Query parameters
tokenstring required
Verification token sent as a query string
Example:abc123
Verification token sent as a query string
Request body
Example request
{
"deliveryAttempt": 1,
"message": {
"attributes": {
"abc123": "abc123"
},
"data": "abc123",
"messageId": "abc123",
"orderingKey": "abc123",
"publishTime": "abc123"
},
"subscription": "abc123"
}Response
OK response.
Changes
No recorded changes to this endpoint across all 6 revisions of this API.