logo
Payout Api

Payout Initiated

https://peavenue.in/production/api/payment/order/create

Payout Initiated is a payment gateway that allows you to accept payments from your customers. It is a payment gateway that allows you to accept payments from your customers. It is a payment gateway that allows you to accept payments from your customers.

Header

NameTypeDescription
api-keystring (get it from api credentials in api panel)
content-typestringapplication/json
acceptstringapplication/json

    $headers = array(
        'api-key' => 'your-api-key',
        'content-type' => 'application/json',
        'accept' => 'application/json',
    );  

Request Body Parameters

NameTypeValue
partner_idintegerGet it from API Panel (Your Partner ID)
modeStringIMPS/NEFT
nameStringAccount Holder Name
accountNumberAccount Number
bankStringAccount Bank
ifscStringBank Ifsc Code
mobileStringCustomer mobile number
amountDoubleTransfer amount
webhookStringCallback URL to receive transfer status
latitudeStringLocation Latitude
longitudeStringLocation Longitude
apitxnidStringUnique ID for the transaction

$parameter = [
    'partner_id' => '2',
    'mode'     => 'IMPS',
    'name'     => 'Test',
    'account'  => '123456',
    'bank'     => 'Icici Bank',
    'ifsc'     => 'ICIC000001',
    'mobile'   => '9999999999',
    'amount'   => '100',
    'webhook'  => 'https://domain.com',
    'latitude' => '11.2222',
    'longitude'=> '11.2222',
    'apitxnid' => 'TXN12345'
];

$body_json_string = json_encode($parameter);

Response

NameTypeConditionPossible Value
statuscodeStringAll TimeTXN / TUP / TXF / ERR
messageStringAll TimeTransaction Response Message
txnidStringIn Case TXN/TXFPayout reference id
refnoStringIn Case TXNPayout Bank Refrence