Payout Bank List

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Retrieve the payout bank list.

GET https://pay2new.in/apis/payout/v1/BankList

Headers

HeaderRequiredDescription
secretYesYour Pay2New API secret.
AcceptNoRequest a JSON response.

Requests require an active partner account, approved KYC, active wallet and API access, an allowlisted source IP, and the relevant service enabled.

No request body is required.

Usage notes

  • Requires an enabled payout service. The route name is case-sensitive: BankList.

Response

Application status is returned in the JSON status field. A successful HTTP response alone does not confirm a successful operation.

FieldDescription
statusinteger: application status, not HTTP status
messagestring
dataarray of {BankId, name, iin}
order_idnull

Provider-dependent fields may be absent or null. status: 2 indicates a failure. For transaction endpoints, status: 3 indicates pending or uncertain processing and requires status confirmation.

Illustrative response:

{
  "status": 1,
  "message": "Success",
  "data": [
    {
      "BankId": "123",
      "name": "Example Bank",
      "iin": "000000"
    }
  ],
  "order_id": null
}

Errors

Validation errors can include an errors object keyed by field name. Authentication, outlet, service and other processing errors can return only status and message. Errors are application-level responses; do not rely on an HTTP 400 status.

{
  "status": 2,
  "message": "Secret Header not found!"
}
Headers
string
required

Your Pay2New API secret.

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json