v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBBraintree Payments
Create a new Braintree payment method.
Creates the Braintree payment method with the associated vaulted nonce, for the authenticated user.
post/zephr/payment/braintree/payment-methods
Headers
cookiestring required
The session cookie.
Request body
Example request
{
"payment_method_nonce": "aa583cb8...and other characters...3a43796ef8e5"
}Response
OK. A new Braintree payment method has been created for the authenticated user.
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"
}