Object

Shown below is a sample response for a Create Challan API.

{
  "challan_id": "v1-cha-250912053848-aa-xrldQX",
  "order_id": "v1-250912053834-aa-a6T94l",
  "virtual_account_id": "PINEMFGEPXDRCSOKYO7SUQS8",
  "account_name": "Amazon Group",
  "account_ifsc": "UTIB0005717",
  "account_bank_name": "Axis Bank",
  "account_bank_branch": "Axis Bank Branch, CRC Greater Noida West",
  "challan_pdf_url": "https://payins-service-dev.v2.pinepg.in/api/pay/v1/order/v1-250912053834-aa-a6T94l/challan/pdf",
  "amount_due": 1001180,
  "expiry_date": "2025-09-19",
  "created_date": "2025-09-12T05:38:48.260Z"
}

The table below lists the various parameters returned in the create challan response object.

ParameterTypeDescription
challan_idstring

Unique identifier of the challan in the Pine Labs Online database.

Example: v1-cha-250912053848-aa-xrldQX

order_idstring

Unique identifier of the order in the Pine Labs Online database.

Example: v1-250912053834-aa-a6T94l

virtual_account_idstring

Unique identifier of the customer account identifier in the Pine Labs Online database.

Example: PINEMFGEPXDRCSOKYO7SUQS8

account_namestring

Account holder's Name.

Example: Amazon Group

account_ifscstring

IFSC of the account.

Example: UTIB0005717

account_bank_namestring

Name of the bank that holds the account.

Example: Axis Bank

account_bank_branchstring

Branch of the Bank account.

Example: Axis Bank Branch, CRC Greater Noida West

challan_pdf_urlstring

A link to download the generated challan in PDF format.

Example: https://payins-service-dev.v2.pinepg.in/api/pay/v1/order/v1-250912053834-aa-a6T123/challan/pdf

amount_dueinteger

The total amount due against an e-challan.

Example: 1001180

expiry_datestring

The date when the e-challan expires.

Example: 2025-09-19

created_datestring

The ISO 8601 UTC Timestamp, when the create challan request was received by Pine Labs Online.

Example: 2025-09-12T05:38:48.260Z

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