MerchantBalance
The different balances of the payment. Use this to understand in details what actions have been taken on the payment and what actions can be taken moving forward.
type MerchantBalance {
availableToCancel: AmountValue!
availableToCapture: AmountValue!
availableToRefund: AmountValue!
totalAuthorized: AmountValue!
totalCanceled: AmountValue!
totalCaptured: AmountValue!
totalDisputed: AmountValue!
totalRefunded: AmountValue!
}
Fields
MerchantBalance.availableToCancel
● AmountValue!
non-null scalar
The amount that can be canceled on this payment
MerchantBalance.availableToCapture
● AmountValue!
non-null scalar
The amount that can be captured on this payment
MerchantBalance.availableToRefund
● AmountValue!
non-null scalar
The amount that can be refunded on this payment
MerchantBalance.totalAuthorized
● AmountValue!
non-null scalar
The amount authorised
MerchantBalance.totalCanceled
● AmountValue!
non-null scalar
The amount canceled
MerchantBalance.totalCaptured
● AmountValue!
non-null scalar
The amount captured
MerchantBalance.totalDisputed
● AmountValue!
non-null scalar
The amount disputed
MerchantBalance.totalRefunded
● AmountValue!
non-null scalar
The amount refunded
Member Of
MerchantPayment
object