Change Log
Last updated
Was this helpful?
Last updated
Was this helpful?
Added Github sync to update docs
Added the new Deeply Verify User Exists endpoint
Updated the existing Verify User Exists documentation's format
Added locale
to the endpoint
Updated the endpoint to automatically attempt to collect First Payment
Added endpoint documentation
Added endpoint
Updated customer schema (added customer info, transactions and decision creation date) in endpoint
Improved validation in endpoint for users without phone number
Set 15 days as default delivery date for all transactions
Improved checkout validation for payload with multiple items using the same SKU
Fixes in application/verification flow
Added query parameters to filter transactions by date
Optimized apply endpoint schema, fields like employmentInformation.name
, employmentInformation.phone
are not required to create a customer application
Added support for confirming a shipment without tracking number
Fixed issue related to the customer verification process
Changed discount sku field name to targetSku for better understanding. We still support sku field name.
Fixed item and shipping cost amount formatting (dollar amount) in endpoint
Added decision.status
field in response. The possible values are (approved, denied, pending and error). The fielddecision.approved
is going to be deprecated in future versions.
Added support for transport all
in endpoint . It sends the passcode to all available transports for a customer
Added quantityByStatus support in and endpoint. It groups the item quantity by status for all items with the same sku in the order.
Added support for pagination in endpoint
Added support for . In this scenario a temporary password is created and an email is sent to the customer to provide a new password.
Added support for sending customer data in endpoint payload, allowing pre-populate customer info at Order Summary page
Fixed passcode expired error handling on endpoint
Fixed error 500 http error showing for denied customers in endpoint
Added validation for monthlyIncome value in endpoint. Now monthlyIncome value should not be greater than $50000.
Removed bankName field form endpoint payload schema
Introduced expectedPurchaseAmount field in endpoint
Introduced optInMarketIng option in endpoint