CardMerchantPaymentMethod
COMING SOON
type CardMerchantPaymentMethod implements MerchantPaymentMethod {
id: ID!
type: MerchantPaymentMethodType!
merchantProfile: MerchantProfile!
methodId: ID!
statusInfo: MerchantPaymentMethodStatusInfo!
version: Int!
createdAt: Date!
updatedAt: Date!
rollingReserve: RollingReserve
rejectReason: MerchantPaymentMethodCardRejectReason @deprecated
paymentAmountLimit: Amount
}
Fields
CardMerchantPaymentMethod.id ● ID! non-null scalar
Unique identifier tied to every version of a given Merchant Payment Method
CardMerchantPaymentMethod.type ● MerchantPaymentMethodType! non-null enum
The Merchant Payment Method Type
CardMerchantPaymentMethod.merchantProfile ● MerchantProfile! non-null object
Merchant Profile to which the Payment Method is attached
CardMerchantPaymentMethod.methodId ● ID! non-null scalar
Unique identifier for a given merchant Payment Method, identical for every version of a given Merchant Payment Method Type
CardMerchantPaymentMethod.statusInfo ● MerchantPaymentMethodStatusInfo! non-null interface
Status of the Merchant Payment Method
CardMerchantPaymentMethod.version ● Int! non-null scalar
Version of the Merchant Payment Method
CardMerchantPaymentMethod.createdAt ● Date! non-null scalar
Date at which the Merchant Payment Method was created
CardMerchantPaymentMethod.updatedAt ● Date! non-null scalar
Date at which the Merchant Payment Method was last updated
CardMerchantPaymentMethod.rollingReserve ● RollingReserve object
Rolling Reserve applied to the Merchant Payment Method
CardMerchantPaymentMethod.rejectReason ● MerchantPaymentMethodCardRejectReason deprecated enum
DEPRECATED
Use statusInfo.rejectionReason instead
Reason of rejection when the status is Rejected
CardMerchantPaymentMethod.paymentAmountLimit ● Amount object
The Merchant Payment Method payment amount limit
Interfaces
MerchantPaymentMethod interface
Base object for the different Payment Methods available