Interface Payout

Payout response

Hierarchy

  • Payout

Properties

aggregated_merchant_id?: string

The id of an aggregated merchant identity used for this payout

batch_id?: string

ID of the batch this payout belongs to (if applicable)

client_reference?: string

A unique string that you provide to correlate the payout in your system

currency: Currency

The amount currency

fee: string

The fee for sending the payout

id: string

A unique identifier for the payout object

mobile: string

The recipient mobile phone number

name?: string

The recipient name

national_id?: string

An optional field to save the recipient's national ID

payment_reason?: string

An optional message with a payment reason shown to customers

payout_error?: PayoutError

Details about the reason for a failed payout

receive_amount: string

The amount to be paid out to the recipient, net of fees

status: PayoutStatus

The status of the payout

timestamp: string

The time and date that this payout request was recorded

Generated using TypeDoc