Payment instrument modifiedWebhook

SecurityAPI Key: SecretApiKey or HTTP: 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.

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

2xx

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