Object

Overview of bulk payouts sample response object.

Shown below is a sample response returned for a Upload file API.

{
  "requestReferenceId": "req-1b980dd2c75b456782bc1a3acff481a0",
  "status": "PENDING",
  "message": "",
  "_links": [
    {
      "rel": "status",
      "href": "http://pluralqa.pinepg.in:8000/payouts/v2/payments?requestReferenceId=req-1b980dd2c75b456782bc1a3acff481a0"
    }
  ]
}

The table below lists the various parameters returned in the upload file sample response object.

ParameterTypeDescription
requestReferenceIdstringUnique identifier of the payout request in Plural database.

Example: req-1b980dd2c75b456782bc1a3acff481a0
statusstringPayout status.

Example: PENDING
messagestringCorresponding message to the status.

Example: Payment instruction pending to be executed
_linksobjectAn object that contains the payment link details.

_Links [Child Object]

The table below lists the various parameters in the links child object. This object is part of the update scheduled payout sample response object.

ParameterTypeDescription
relstringRelationship to the resource.

Example: status
hrefstringLink to access the resource.

Example: http://pluralqa.pinepg.in:8000/payouts/v2/payments?paymentReferenceId=txn-a9304bb5bdd6444782466575afd023e4
Ask AI
Assistant
Hourly Limit
0 / 20000 tokens used Resets in: 60m 0s
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