Receive notifications on payment events

FieldDescription
idUnique identifier for the subscription.This field will be created by Finexio when a subscription is created.
read-only.
eventName of event to connect with.type: string
required
urlCallback URL.type: uri
required
content_typeDesired content type for requests to this callback.
Defaults to 'application/json'.
type: string
Acceptable values: [ 'application/json',
'application/x-www-form-urlencoded']
created_atDate the subscription was created on.type: timestamp (ISO-8601)
read-only
updated_atDate the subscription was updated on.type: timestamp (ISO-8601)
read-only
subscriptionSubscription Url.type: string
read-only
usernameBasic Auth username.type: string
required
passwordBasic Auth password.type: string
required
invoice_idsThis flag determines if Finexio should include payment's invoices' uuids list in webhook payload.type: boolean
optional
default: false
payment_statusThis flag determines if Finexio should include payment's status in webhook payload.type: boolean
optional
default: false
payment_eventsThis flag determines if Finexio should include payment's events list in webhook payload.type: boolean
optional
default: false
refund_reasonThis flag determines if Finexio should include refund reason in webhook payload if a refund was initiated against that payment.type: boolean
optional
default: false
instrument_numberThis flag determines if Finexio should include payment's instrument number if its available.type: boolean
optional
default: false