Skip to content

Instantly share code, notes, and snippets.

@nafiq
Created August 7, 2015 20:31
Show Gist options
  • Save nafiq/66f6f837578d28ac6bc4 to your computer and use it in GitHub Desktop.
Save nafiq/66f6f837578d28ac6bc4 to your computer and use it in GitHub Desktop.
options.verify_card
Result = Braintree::PaymentMethod.create(
:customer_id => "the_customer_id",
:payment_method_nonce => nonce_from_the_client,
:options => {
:verify_card => true,
:verification_merchant_account_id => "the_merchant_account_id",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment