CSN (HTTP POST)
We optionally send CSNs via HTTP POST to the URL you specify in your integration profile settings. An example response would be:
{
CreditRequestID: '2380854',
Status: 'REFER',
Identification: {
api_key: '792d643ecf97ca999738929606b8d3d91',
InstallationID: '12320',
RetailerUniqueRef: '5ea00c1d8eec6'
},
Finance: {
Code: 'ONIF6',
Deposit: '10000',
Advance: '90000',
Lender: 'Omni Capital'
},
Repayments: {
InitialRepayment: '15000',
FinalRepayment: '15000',
RepaymentAmount: '15000',
CostOfLoan: '0'
},
Consumer: {
Title: 'Mr',
Forename: 'test',
Surname: 'test',
MobileNumber: '07919213522',
EmailAddress: '[email protected]',
HouseNumber: '10',
HouseName: '',
FlatNumber: '',
Street: 'Downing Street',
Town: 'London',
District: '',
County: '',
Postcode: 'ABC 123'
},
Goods: [ { Description: 'test', Quantity: '1', Price: '100000' } ]
}
Updated about 1 year ago
Did this page help you?