Receive notifications on payment events
Field | Description | |
---|---|---|
id | Unique identifier for the subscription. | This field will be created by Finexio when a subscription is created. |
event | Name of event to connect with. | type: string |
url | Callback URL. | type: uri |
content_type | Desired content type for requests to this callback. | type: string |
created_at | Date the subscription was created on. | type: timestamp (ISO-8601) |
updated_at | Date the subscription was updated on. | type: timestamp (ISO-8601) |
subscription | Subscription Url. | type: string |
username | Basic Auth username. | type: string |
password | Basic Auth password. | type: string |
invoice_ids | This flag determines if Finexio should include payment's invoices' uuids list in webhook payload. | type: boolean |
payment_status | This flag determines if Finexio should include payment's status in webhook payload. | type: boolean |
payment_events | This flag determines if Finexio should include payment's events list in webhook payload. | type: boolean |
refund_reason | This flag determines if Finexio should include refund reason in webhook payload if a refund was initiated against that payment. | type: boolean |
instrument_number | This flag determines if Finexio should include payment's instrument number if its available. | type: boolean |
all_payment_details | This flag determines if Finexio should include all payment details in webhook payload. | type: boolean |