Check Eligibility

Use this API to check a customer's eligibility for the Pay Later service.

Environment

Use our UAT environment endpoint for testing and for integration utilize our production endpoint.

EnvironmentEndpoints
User Acceptance Testing [UAT]https://pluraluat.v2.pinepg.in/api/payment-option/eligibility/bnpl
Production [PROD]https://api.pluralpay.in/api/payment-option/eligibility/bnpl
Body Params
string
required

Customer's mobile number.

Has to be a 10-digit mobile number without the country code.

Example: 9876543210

string
enum
required

Pay Later service provide code.

Possible values:

  • LAZYPAY

Allowed:
amount
object
required

An object that contains the transaction amount details.

device_info
object

An object that contains the device information details.

string

Customer's email address.

  • Maximum length: 50 characters.
Example: [email protected]

Supported characters:
  • A-Z
  • a-z
  • 0-9
  • +
  • _
  • .
  • -
  • @

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
Ask AI
Assistant
Order Lifecycle
Refunds
Settlements
Checkout
Dashboard
International Payments
How do I implement webhook notifications for payment status updates, and what's the recommended way to verify webhook authenticity?
How do I integrate Pine Labs payment gateway with my React Native mobile app and what are the required API credentials?
Can I customize the payment UI for card transactions, and what parameters can I pass to modify the checkout experience for my customers?
Assistant