INR Withdraw
Request limit: once per second. Otherwise, the account will be blocked
POST
https://api.passimpay.io/v2/inrout
To enable withdrawals, add the IP address of the server that will be making the requests in the platform settings.
Headers
x-signature
string
SHA-256 encrypted signature
Content-Type
string
application/json
Request Body
platformId
integer
Platform Id
amount
string
The currency unit is the currency of the corresponding country, with two decimal places
number
string(30)
Beneficiary Account Number
holderName
string(200)
Bank Card Holder Name
firstName
string(20)
Beneficiary's First Name
lastName
string(20)
Beneficiary's Last Name
email
string(45)
User's email; The length is 1~45 characters,must be in the correct email format (Using a real email address can increase the success rate and reduce the coefficient of triggering risk control.) Example: Franklin@Franklin.com
phone
string(20)
The cardholder' phone number
Successful response
result
integer
Request result:
1
: success
0
: error
transactionId
string
The transaction ID in the Passimpay system. You can use this ID to check the status of the transaction with the withdrawstatus
method.
Error Response
result
integer
Request result:
1
: success
0
: error
message
string
Error description
Last updated