public class Payout
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Payout.Currency |
static class |
Payout.Links |
static class |
Payout.PayoutType |
static class |
Payout.Status |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAmount()
Amount in pence or cents.
|
java.lang.String |
getArrivalDate()
Date the payout is due to arrive in the creditor’s bank account.
|
java.lang.String |
getCreatedAt()
Fixed timestamp, recording when this resource was created.
|
Payout.Currency |
getCurrency()
ISO 4217 currency code.
|
java.lang.Integer |
getDeductedFees()
Fees that have already been deducted from the payout amount in pence or cents.
|
java.lang.String |
getId()
Unique identifier, beginning with “PO”.
|
Payout.Links |
getLinks() |
Payout.PayoutType |
getPayoutType()
Whether a payout contains merchant revenue or partner fees.
|
java.lang.String |
getReference()
Reference which appears on the creditor’s bank statement.
|
Payout.Status |
getStatus()
One of:
pending : the payout has been created, but not yet sent to the banks paid : the payout has been sent to the banks |
public java.lang.Integer getAmount()
Amount in pence or cents.
public java.lang.String getArrivalDate()
Date the payout is due to arrive in the creditor’s bank account. One of:
yyyy-mm-dd
: the payout has been paid and is due to arrive in the creditor’s bank account on this daynull
: the payout hasn’t been paid yetpublic java.lang.String getCreatedAt()
Fixed timestamp, recording when this resource was created.
public Payout.Currency getCurrency()
ISO 4217 currency code. Currently “AUD”, “DKK”, “EUR”, “GBP”, “NZD” and “SEK” are supported.
public java.lang.Integer getDeductedFees()
Fees that have already been deducted from the payout amount in pence or cents.
For each late_failure_settled
or chargeback_settled
action, we refund the transaction fees in a payout. This means that a payout can have a negative deducted_fees
. This field is calculated as GoCardless fees + app fees - refunded fees
If the merchant is invoiced for fees separately from the payout, then deducted_fees
will be 0.
public java.lang.String getId()
Unique identifier, beginning with “PO”.
public Payout.Links getLinks()
public Payout.PayoutType getPayoutType()
Whether a payout contains merchant revenue or partner fees.
public java.lang.String getReference()
Reference which appears on the creditor’s bank statement.
public Payout.Status getStatus()
One of:
pending
: the payout has been created, but not yet sent to the bankspaid
: the payout has been sent to the banks