Payment instrument modifiedWebhook

SecuritySecretApiKey or JWT
Request
Request Body schema: application/json

Payment instrument webhook request body resource.

paymentInstrumentId
string <= 50 characters

ID of the payment instrument.

eventType
string

Type of webhook event.

Value: "payment-instrument-modified"
object
Array of objects

Related links.

Responses
2xx

Returns any 2xx status to indicate that the data received.

Request samples
application/json
{
  • "paymentInstrumentId": "inst_0YVB8KPKNXCBR9EDX7JHSED75N",
  • "eventType": "payment-instrument-modified",
  • "_embedded": {
    },
  • "_links": [
    ]
}