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"
}
array of
PaymentMethodAttribute
attributes
Required
List of attributes as defined in the Seller definition
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