Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.85 KB

GetPayouts200ResponseDataInner.md

File metadata and controls

27 lines (21 loc) · 1.85 KB

GetPayouts200ResponseDataInner

xendit.payout.model.GetPayouts200ResponseDataInner

Properties

Name Type Required Description Examples
description str Description to send with the payout, the recipient may see this e.g., in their bank statement (if supported) or in email receipts we send on your behalf
receipt_notification ReceiptNotification
metadata {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Object of additional information you may use
failure_code str If the Payout failed, we include a failure code for more details on the failure.
estimated_arrival_time datetime Our estimated time on to when your payout is reflected to the destination account
reference_id str A client defined payout identifier
channel_code str Channel code of selected destination bank or e-wallet
channel_properties DigitalPayoutChannelProperties
amount float Amount to be sent to the destination account and should be a multiple of the minimum increment for the selected channel
currency str Currency of the destination channel using ISO-4217 currency code
id str Xendit-generated unique identifier for each payout
created datetime The time payout was created on Xendit's system, in ISO 8601 format
updated datetime The time payout was last updated on Xendit's system, in ISO 8601 format
business_id str Xendit Business ID
status str Status of payout

[Back to README]