- Explore Our Product Suite
- Payment Gateway
- Payouts
- Prepaid Cards
- Bharat Connect (BBPS)
- Accounts Payable
- About AP Management Tool
- Vendor Management
- Invoice Management
- Bharat Connect 2.0 AP
- Update BeneficiaryPUT
- Account Receivable
- Expense Management
- Rewards & Incentives
- Verification Suite
Create Payout
POST
/api/v0/payout
Payout Apis
Request
Header Params
Accept
enum<string>
optional
Allowed value:
application/json
Body Params application/json
object {0}
Example
{}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://test.your-api-server.com/api/v0/payout' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
Modified at 2024-10-10 08:34:28