Skip to main content
PUT
Record a manual payment for a payout batch

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the payout batch.

Body

application/json

Details of an off-platform transfer made to a seller, recorded against a payout batch.

payment_mode
enum<string>
required

How the transfer was made.

  • bank-transfer - paid directly from your bank account.

  • payment-gateway - paid through a payment gateway outside the platform.

Available options:
bank-transfer,
payment-gateway
payment_method
enum<string>
required

Instrument used for the transfer: CC (credit card), DC (debit card), NEFT, RTGS, IMPS, UPI, or WALLET.

Available options:
CC,
DC,
NEFT,
RTGS,
IMPS,
UPI,
WALLET
payment_gateway_reference_no
string
required

Reference number issued by the bank or gateway for the transfer, such as the NEFT UTR. Use it to reconcile the payout against the bank statement.

remarks
string

Free-text note stored on the batch, for example the reason the payout was settled outside the platform.

Response

OK

message
string
success
boolean
content
object