Bank List

GET https://api.pedhapay.in/payments/payout/banks


LOG IN TO SEE FULL REQUEST HISTORY
TIME STATUS USER AGENT
now 200 Try It

Headers Parameter

Name Type Description Mandatory (M) , Optional (O) Provided by INSTANTPAY (Y/N)
X-Ipay-Auth-Code String Auth Code - 1 (Fixed) M Y
X-Ipay-Auth-Code String Auth Code - 1 (Fixed) M Y
X-Ipay-Auth-Code String Auth Code - 1 (Fixed) M Y
X-Ipay-Auth-Code String Auth Code - 1 (Fixed) M Y

Sample Request

curl --location --request GET 'https://api.instantpay.in/payments/payout/banks' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}'
                                                
curl --location --request GET 'https://api.instantpay.in/payments/payout/banks' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}'
                                                

Sample Response

curl --location --request GET 'https://api.instantpay.in/payments/payout/banks' \
--header 'X-Ipay-Auth-Code: {{authCode}}' \
--header 'X-Ipay-Client-Id: {{clientId}}' \
--header 'X-Ipay-Client-Secret: {{clientSecret}}' \
--header 'X-Ipay-Endpoint-Ip: {{endPointIP}}'
                                                
Important Information for Credit Card Bill Payment

In the API response you will getting Credit Card Bill payment as ACTIVE,INACTIVE, ACTIVE-INSTANT and INACTIVE-WIP status of the Banks.

  1. If visaDirectCredit/mastercardSendCreditit is active, it indicates that VISA or MASTERCARD credit card payments are live for the banks and will be settled according to the Bank TAT.
  2. If visaDirectCredit/mastercardSendCredit shows ACTIVE-INSTANT, it indicates that the VISA or MASTERCARD credit card payment is live and will be settled instantly.
  3. If visaDirectCredit/mastercardSendCredit is INACTIVE-WIP, it indicates that the VISA or MASTERCARD Credit Card payment is currently unavailable and will be activated soon.
Important Information for Debit Card(Account Transfer) Payment

In the API response you will getting Debit Card payment i.e Transfer to account using Debit card number as ACTIVE,INACTIVE, ACTIVE-INSTANT and INACTIVE-WIP status of the Banks.

  1. If visaDirectDebit/mastercardSendDebit it is active, it indicates that VISA or MASTERCARD Debit card payments are live for the banks and will be settled according to the Bank TAT.
  2. If visaDirectDebit/mastercardSendDebit shows ACTIVE-INSTANT, it indicates that the VISA or MASTERCARD Debit card payment is live and will be settled instantly.
  3. If visaDirectDebit/mastercardSendCredit is INACTIVE-WIP, it indicates that the VISA or MASTERCARD Debit Card payment is currently unavailable and will be activated soon.
Please Note :

Call this API once an hour to sync the data in your application.

HEADERS

  • X-Ipay-Auth-Code int32Defaults to 1

    Auth Code

  • X-Ipay-Client-Id string

    Unique Client Id Provided by Instantpay

  • X-Ipay-Client-Secret string

    Unique Client Secret Provided by Instantpay

  • X-Ipay-Endpoint-Ip int32

    End Customer IP Address

RESPONSES

RESPONSE BODY

RESPONSE BODY

LANGUAGE

REQUEST
 curl --location --request GET 'https://api.instantpay.in/payments/payout/banks' \
 --header 'X-Ipay-Auth-Code: {{authCode}}' \
 --header 'X-Ipay-Client-Id: {{clientId}}' \
 --header 'X-Ipay-Client-Secret: {{clientSecret}}' \
 --header 'X-Ipay-Endpoint-Ip: {{endPointIP}}'
                                        
Response

Click Try It! to start a request and see the response here! Or choose an example:

application/json

REQUEST
  curl --location --request GET 'https://api.instantpay.in/payments/payout/banks' \
  --header 'X-Ipay-Auth-Code: {{authCode}}' \
  --header 'X-Ipay-Client-Id: {{clientId}}' \
  --header 'X-Ipay-Client-Secret: {{clientSecret}}' \
  --header 'X-Ipay-Endpoint-Ip: {{endPointIP}}'
                                        
RESPONSE