Fwd: [Rails-core] Getting Stripe Token from form

6 views
Skip to first unread message

David Merrick

unread,
Aug 27, 2018, 5:04:59 PM8/27/18
to Ruby on Rails: Talk



When I submit the form to Stripe

I am generating the stripe token.in 

POST /v1/tokens


Response body
{
"object": "token",
"card": {
"id": "card_1D2tSkISUkCPHLGnENkY88xy",
"object": "card",
"address_city": null,
"address_country": null,
"address_line1": null,
"address_line1_check": null,
"address_line2": null,
"address_state": null,
"address_zip": null,
"address_zip_check": null,
"brand": "Visa",
"country": "US",
"cvc_check": "unchecked",
"dynamic_last4": null,
"exp_month": 8,
"exp_year": 2018,
"funding": "credit",
"last4": "4242",
"metadata": {
},
"name": null,
"tokenization_method": null
},
"client_ip": "125.239.133.236",
"created": 1535171606,
"livemode": false,
"type": "card",
"used": false
}

but its not showing up in

POST /v1/customers


Request POST body
{
}

The source variable with the stripe token should show below the email variable.

Any help would be appreciated as I gave some one E.B Adair California   Rails job which I could have kept.

Cheers Dave

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-co...@googlegroups.com.
To post to this group, send email to rubyonra...@googlegroups.com.
Visit this group at https://groups.google.com/group/rubyonrails-core.
For more options, visit https://groups.google.com/d/optout.


--
Dave Merrick

Daves Web Designs

Website http://www.daveswebdesigns.co.nz

Email merri...@gmail.com

Ph   03 216 2053

Cell 027 3089 169
users_controller.rb
user.rb
new.html.erb
users.js.coffee
stripe.rb

David Merrick

unread,
Aug 27, 2018, 5:05:34 PM8/27/18
to Ruby on Rails: Talk



See amended javascript still no change
users.js.coffee
Reply all
Reply to author
Forward
0 new messages