GET https://api.pedhapay.in/payments/payout/banks
TIME | STATUS | USER AGENT |
---|---|---|
now | 200 | Try It |
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 |
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}}'
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}}'
In the API response you will getting Credit Card Bill payment as ACTIVE,INACTIVE, ACTIVE-INSTANT and INACTIVE-WIP status of the Banks.
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.
Call this API once an hour to sync the data in your application.
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
LANGUAGE
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}}'
Examples
Click Try It! to start a request and see the response here! Or choose an example:
application/json
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}}'