Skip to main content
POST
Create Payout
This API is used to initiate a payout to accounts via IMPS, RTGS, or UPI transfer.

Request Body

Responses

200 OK

400 Bad Request

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
pg
string
required

eg. decentro

method
string
required

eg. upi or imps

account_number
string
required

account no of to be debited from

beneficiary_id
string
required

beneficiary id to be added

receipt_id
string
required
amount
string
required

Amount will always be in paisa/cents.

pg_pool_id
string
required

Payment Gateway pool id

notes
object

Response

200

status
boolean
default:true
Example:

true

payment_status
string
Example:

"success"

message
string
Example:

"Amount transfered successfully"

transfer_id
string
Example:

"XXXXXXXXXXXXX"