IppoPay
Search…
IppoPay
Introduction
Client Side Integration
Javascript Integration
React JS
Angular JS
PHP Integration
Server Side Integrations
REST API
PHP Client
Node JS SDK
eCommerce Integrations
WooCommerce
Opencart
PrestaShop
Magento
Mobile SDK Integrations
Android SDK
iOS SDK
Flutter
UPI Intent (Self Hosted)
Payouts
Account
Beneficiary
Transfers
Powered By
GitBook
Beneficiary
You can manage beneficiaries with the set of API provided below. You can make a transfer request only against an added beneficiary.
post
https://public_key:
[email protected]
/v1/payout/beneficiary/create
Create Beneficiary
1
{
2
"acc_number"
:
"50100012345678"
,
3
"ifsc"
:
"HDFC0000001"
,
4
"name"
:
"Account Holder Name"
,
5
"beneficiary_ref"
:
"reference_id"
6
}
Copied!
get
https://public_key:
[email protected]
/v1/payout/beneficiary/list
Beneficiary List
get
https://public_key:
[email protected]
/v1/payout/beneficiary/getdetails/{beneficiary_ref}
Get Beneficiary Details
Payouts - Previous
Account
Next - Payouts
Transfers
Last modified
10mo ago
Copy link
Contents
post
Create Beneficiary
get
Beneficiary List
get
Get Beneficiary Details