Credit Cards

Client-Side Implementationanchor

Get the SDKanchor

CocoaPodsanchor

Include Braintree in your podfile:

  1. Ruby
pod 'Braintree'

Carthageanchor

Include the BraintreeCore and BraintreeCard framework.

Initializationanchor

To use our card payment processing with your own UI, instantiate a BTCardClient and tokenize the card details.

In the completion block, send the resulting nonce to your server for use.

note

See the reference docs for in-depth documentation.


Next Page: Server-side