V3PaymentMethod

V3PaymentMethod
V3PaymentMethod

Payment method details returned with expand query param

JSON Example
{
    "attributes": [
        {
            "name": "expirationDate",
            "value": {}
        }
    ],
    "errorList": [
        {
            "errorCode": "string",
            "errorMessage": "Fund is orphaned"
        }
    ],
    "isValid": false,
    "sellerPaymentMethodId": "GRP1234",
    "sellerPaymentMethodType": "FUND"
}
attributes
Required

List of attributes as defined in the Seller definition

errorList
Optional

List of errors if isValid==false

boolean
isValid
Required

If this payment method is valid for use. If false then errors list must be provided

string
sellerPaymentMethodId
Required

Seller payment method id

string
sellerPaymentMethodType
Required

Seller payment method type, e.g. CREDIT_CARD, FUND