When the maximum number of failed payment retry attempts has been met and Webhooks are enabled, the following sample payload is received.
{
"object": "Customer",
"action": "auto_retrial",
"timestamp": "2022-06-14T22:24:07.202Z",
"data": {
"id": "C-00087",
"name": "Test Usage Allocation",
"customer_type": "business",
"description": "",
"parent_customer": null,
"website": "",
"payment_terms": "Due on Receipt",
"billing_cycle_day": "1st Day Of The Month",
"billing_contact_id": "CT-00126",
"billing_contact_email": "vijay.venkatesh@ordwaylabs.com",
"shipping_contact_id": "CT-00126",
"shipping_contact_email": "vijay.venkatesh@ordwaylabs.com",
"status": "Active",
"billing_batch": "Default",
"tax_exempt": false,
"balance": "12500.00",
"auto_pay": true,
"edit_auto_pay": true,
"print_preference": false,
"email_preference": true,
"currency": "USD",
"price_book_id": null,
"cmrr": "0.00",
"discounted_cmrr": "0.00",
"payment_gateway_id": "cus_LkBdiirCTmVc9u",
"gateway_name": "Stripe",
"gateway_account_name": "stripetest",
"payment_options": {
"ach_enabled": true,
"credit_enabled": true
},
"delivery_preferences": {
"print": false,
"email": true
},
"contacts": [
{
"id": "CT-00126",
"customer_id": "C-00087",
"first_name": "",
"last_name": "",
"display_name": "VJ",
"email": "vijay.venkatesh@ordwaylabs.com",
"phone": "",
"mobile": "",
"job_title": "",
"department": "",
"notes": "",
"address1": "",
"address2": "",
"city": "",
"state": null,
"zip": "",
"county": "",
"country": "United States",
"created_by": "vijay.venkatesh@ordwaylabs.com",
"updated_by": "vijay.venkatesh@ordwaylabs.com",
"created_date": "2022-05-19T20:34:29.095Z",
"updated_date": "2022-05-19T20:34:29.095Z",
"portal_status": null,
"portal_user_status": null,
"custom_fields": {}
}
],
"created_by": "vijay.venkatesh@ordwaylabs.com",
"updated_by": "vijay.venkatesh@ordwaylabs.com",
"created_date": "2022-05-19T20:34:29.107Z",
"updated_date": "2022-05-19T20:34:29.107Z",
"pay_now_url": "https://sandbox.ordwaylabs.com/pages/VijaySandbox/customers/UVVLc1pMQUtXam12U3doUkdicy82dz09LS1tOHRoR0J1VHZjZElaQ2doZU9URUJBPT0=--6988eaa4dccc3b948eba878352687b5352de4e3e/pay_now",
"update_payment_method_url": "https://sandbox.ordwaylabs.com/pages/VijaySandbox/customers/Y3dUSnZ2OEh5SzA4dnFyaERLK3BSQT09LS1SZ0lNVkppVTB6ckpwZ2dEcWprQkJRPT0=--91481e43caf19cddb2aaa9f440b021459a570711/update_payment_method",
"open_invoices_url": "https://sandbox.ordwaylabs.com/pages/VijaySandbox/customers/VEpzQ0ZxQ0ZrYzdkSml6NnJpSEQxQT09LS13cmppenRtaTdiVXJVbzE4ZHNkZ2R3PT0=--e8cd4989805b782681469eb5d688b17c334ab8dc/open_invoices?invoice_id=419702",
"last_invoiced_at": "2022-02-01",
"ach_enabled": true,
"credit_enabled": true,
"portal_status": null,
"portal": {
"signup": {
"url": "https://testvijay-sandbox.ordwaylabs.com/portal/register/OVuQNNJlSIiaiFn03UgE2gY04HsEvmfVtQEpDnRQ2K8"
},
"login": {
"url": "https://testvijay-sandbox.ordwaylabs.com/portal/login"
}
},
"custom_fields": {}
}
}
Comments
0 comments
Please sign in to leave a comment.