Returns status for specified credit request directly to shop’s CRM or ERP, no need to use Leanpay Shop App requestBody: required: true content: application/json: schema: type: object required: - vendorApiKey vendorApiKey: type: string format: uuid maxLength: 32 example: d6b5b4ed-833b-43e8-ae44-5724b423ee49 description: Assigned vendor API key. This value will be assigned at the time of application.
A user object.
Instalment plans
-> VENDOR_API_VENDOR_UNKNOWN - Unknown vendor API key. VENDOR_API_VENDOR_TRANSACTION_ID_UNKNOWN - Unknown vendor transaction ID.
Internal application error with unknown reason.
Leanpay platform is in maintenance mode.
{- "vendorApiKey": "d6b5b4ed-833b-43e8-ae44-5724b423ee49",
- "vendorTransactionId": 1234567890
}
{- "status": "SUCCESS"
}