Object

Overview of the card payment response 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_idstringUnique identifier of the challan in the Pine Labs Online database.

Example: v1-cha-250912053848-aa-xrldQX
order_idstringUnique identifier of the order in the Pine Labs Online database.

Example: v1-250912053834-aa-a6T94l
virtual_account_idstringUnique identifier of the customer account identifier in the Pine Labs Online database.

Example: PINEMFGEPXDRCSOKYO7SUQS8
account_namestringAccount holder's Name.

Example: Amazon Group
account_ifscstringIFSC of the account.

Example: UTIB0005717
account_bank_namestringName of the bank that holds the account.

Example: Axis Bank
account_bank_branchstringBranch of the Bank account.

Example: Axis Bank Branch, CRC Greater Noida West
challan_pdf_urlstringA 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_dueintegerThe total amount due against an e-challan.

Example: 1001180
expiry_datestringThe date when the e-challan expires.

Example: 2025-09-19
created_datestringThe 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