Available installment plans
PATH:
/api/v3/lookup/installment-plans
REQUEST BODY SCHEMA:
amount required | number Total order amount |
currency | string Enum:EURNOKSEKDKKCHF |
countryCode | string Enum:NOSEFIDKDEATCHNLBE |
RESPONSES:
RESPONSE SCHEMA:
array of availableInstallmentPlans Available installment plans | |||||||||||||||||||||||||||||
Array () [
|
RESPONSE SCHEMA:
type | string Enum:BusinessErrorTechnicalErrorNotificationMessage Message type |
code | string <= 100 characters Confirmation or error code |
message | string <= 4096 characters Message content |
customerFacingMessage | string <= 4096 characters Message to display to customer |
actionCode | string Enum:UnavailableAskConsumerToConfirmAskConsumerToReEnterDataOfferSecurePaymentMethodsRequiresSsnAskConsumerToIdentify Possible next action to make |
fieldReference | string <= 100 characters Reference to field that caused an error |
Path
/api/v3/lookup/installment-plans
Request samples
- {
- "amount": 1.00,
- "currency": "string",
- "countryCode": "string"
Response samples
- {
- "availableInstallmentPlans": [ { ... } ]
- {
- "type": "string",
- "code": "string",
- "message": "string",
- "customerFacingMessage": "string",
- "actionCode": "string",
- "fieldReference": "string"