id uuid |
state stringPossible values: [NEW , INITIATED , COMPLETED , FAILED , REVERSED ] Current state of the payout. |
created date-time |
paymentMethodId uuidId of the payment method used for the payout. |
originatorId uuid — OPTIONALId of the payout originator. Payout originator is the actual source of funds. |
amount objectAmount paid out. Does not include the fee. The total amount spent is amount + fee. amount string | currency stringPossible values: [USD , EUR , GBP ] |
|
fee object — OPTIONALFee charged for the payout. amount string | currency stringPossible values: [USD , EUR , GBP ] |
|
reference string — OPTIONALReference passed to the receiver. |
initiated date-time — OPTIONALTime when the payout was initiated. |
completed date-time — OPTIONALTime when the payout was completed. This is the time when the funds were sent to the receiver not when the receiver received the funds.
It might take some additional time for the receiver's bank to process the payment. |