latestOpenAPI 3.0.32026-08-14175297706.0 KB
fc745e434b3e
payment-method
paymentMethodUpdated payment-method
Handle payment method update events from PubSub
post/payment_method/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.