Preapproval assessment

Approving a subscription requires a risk analysis. This endpoint will provide a partial but approximate assessment of the entered data.

Endpoint /api/public/v1/pre_approvals

Method POST

Payload

{
  "merchant": {
    "reference": "merchant_30",
    "store_ref": "merchant_30_nydtm"
  },
  "shopper": {
    "given_names": "John",
    "surnames": "Doe",
    "nin": "12345678A",
    "email": "[email protected]",
    "mobile_phone": "+34666777888",
    "date_of_birth": "200/12/24"
  }
}

Response

{
  "approved": true,
  "amount_limit": {
    "value": 50000,
    "string": "500,00 €"
  }
}