#nikhil_05327

1 messages · Page 1 of 1 (latest)

cerulean hearthBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

nova yacht
#

What flow are you trying to build? Are you following any docs?

hardy spire
nova yacht
#

what test card are you using?

hardy spire
#

i used the things available on the documents curl --location 'https://api.stripe.com/v1/payment_methods'
--header 'Content-Type: application/x-www-form-urlencoded'
--header 'Authorization: Basic kndkekfklendf'
--data-urlencode 'type=card'
--data-urlencode 'card%5Bnumber%5D=4242424242424242'
--data-urlencode 'card%5Bexp_month%5D=12'
--data-urlencode 'card%5Bexp_year%5D=2034'
--data-urlencode 'card%5Bcvc%5D=314'

nova yacht