notification_guid | string <uuid> unique notification subscription guid
|
program_guid required | |
url required | string non-empty client endpoint url to send webhook
|
headers | string or null additional HTTP headers to send with webhook
|
secret | string or null secret will be used to send checksum value of payload for message authentication
|
active | boolean or null turn on / off webhook subscription service
|
event_type required | Array of strings event types "all" "card.created" "card.activated" "card.status" "card.pin.changed" "card.replaced" "card.fulfilment" "person.created" "person.verification.success" "person.updated" "wallet.created" "account.created" "account.activated" "account.closed" "account.status" "account.instrument.created" "outside.instrument.created" "outside.instrument.updated" "auth.approved" "auth.reversed" "auth.refunded" "bankeft.credit.received" "bankeft.credit.reversed" "bankeft.credit.returned" "bankeft.debit.received" "bankeft.debit.reversed" "bankeft.debit.returned" "transfer.success" "check.cleared" "payment.success" "payment.failure" "company.created" "company.updated"
|