Signature | string Signature is hash value of the request body salted with your SECRET_TOKEN assigned by Leanpay. |
Post successfull.
The request was malformed or missing a field.
Possible causes:
Response contains field 'message' with error code in the format: 'error.business.`ERROR_CODE`'.
Authentication is required to perform this request.
Permission is required to access this resource
The request conflicts with current state of the target resource. (e.g. RequestId already processed)
The server encountered an internal error while processing this request
{- "amount": 0,
- "branchId": "string",
- "createdBy": "string",
- "customerPhoneNumber": "string",
- "financialProductId": "string",
- "offerItems": [
- {
- "name": "string",
- "price": 0,
- "quantity": 0,
- "stockKeepingUnit": "string"
}
], - "validityPeriodId": "string",
- "vendorTransactionId": "vendorTx123"
}
{- "offer": {
- "amount": 0,
- "branchId": "string",
- "createdBy": "string",
- "customerPhoneNumber": "string",
- "financialProductId": "string",
- "offerId": "string",
- "offerItems": [
- {
- "name": "string",
- "price": 0,
- "quantity": 0,
- "stockKeepingUnit": "string"
}
], - "status": "string",
- "validUntil": "2019-08-24T14:15:22Z",
- "validityPeriodId": "string",
- "vendorTransactionId": "vendorTx123"
}
}