Payout
Payout is the way that merchant have to give a certain amount to a customer in a voucher.
Payout Object
id
string
Unique identifier for the object.
public_address
string
Customer public address on voucher api.
recipient_name
string
Customer’s name.
source
string
ID of the voucher that was generated as payout result
created_at
int
Timestamp that represent once the payout was created.
amount
int
Value of the payout voucher generated the same received on the request in the minor currency.
currency
string
Iso code 3 representing the currency code the same received on the request.
metadata
hash
A set of key-value pairs attached to a payout object. It can be useful for storing additional information about the payout in a structured format.
account_id
string
ID of the customer in merchant side.
status
enum
The status of the charge is either “succeeded”, “pending”, or “failed”.
deposit
bool
True if the voucher is for a deposit.
livemode
bool
Indicator about if the object if for production or test.
Last updated