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: Amount!
availableToCapture: Amount!
availableToRefund: Amount!
totalAuthorized: Amount!
totalCanceled: Amount!
totalCaptured: Amount!
totalDisputed: Amount!
totalRefunded: Amount!
}
Fields
MerchantBalance.availableToCancel
● Amount!
non-null object
The amount that can be canceled on this payment
MerchantBalance.availableToCapture
● Amount!
non-null object
The amount that can be captured on this payment
MerchantBalance.availableToRefund
● Amount!
non-null object
The amount that can be refunded on this payment
MerchantBalance.totalAuthorized
● Amount!
non-null object
The amount authorised
MerchantBalance.totalCanceled
● Amount!
non-null object
The amount canceled
MerchantBalance.totalCaptured
● Amount!
non-null object
The amount captured
MerchantBalance.totalDisputed
● Amount!
non-null object
The amount disputed
MerchantBalance.totalRefunded
● Amount!
non-null object
The amount refunded
Member Of
MerchantPayment
object