v2

latestOpenAPI 3.0.32026-08-05174296703.4 KB
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

deliveryAttemptinteger

The number of times the service has attempted to deliver a message.

subscriptionstring

The subscription name.

Example request

{
  "deliveryAttempt": 1,
  "message": {
    "attributes": {
      "abc123": "abc123"
    },
    "data": "abc123",
    "messageId": "abc123",
    "orderingKey": "abc123",
    "publishTime": "abc123"
  },
  "subscription": "abc123"
}

Response

OK response.