v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBBraintree Payments
List Braintree payment methods
Lists the Braintree payment method details associated with the logged-in user.
get/zephr/payment/braintree/payment-methods
Headers
cookiestring
The session cookie.
Response
OK
Example response
[
{
"token": "8m2kc5g",
"card_type": "Visa",
"card_holder_name": "John Rambo",
"card_number_masked": "654321******0987",
"expiration_date": "07/22",
"last_4": "1111",
"nonce": "086128f3-04c2-069e-78d2-3f4de98508e5",
"type": "CreditCard",
"zipcode": "123456"
}
]