#Amit_R_Thakur
1 messages · Page 1 of 1 (latest)
Firstly, don't use Sources. It's an older API
Secondly, which test card(s) are you using to process the payment(s)?
Thanks @raw solstice !
This card details. I'm using
curl --location --request POST 'https://api.stripe.com/v1/tokens'
--header 'Authorization: Basic c2tfdGVzdF81MUxrSHdTSGRyb2F1cXExR3NBOUJTNFRJSjl3NjdyVGo4UDdRYWJ1MWZ6ejlaY00wN1l6bVV4TXk2Qm9MQkI0TmtLakFqaWM3c0d1dVk2RDh2TlJraU56MjAwNFFJYWd2VFE6'
--header 'Content-Type: application/x-www-form-urlencoded'
--data-urlencode 'card[number]=4242424242424242'
--data-urlencode 'card[exp_month]=2'
--data-urlencode 'card[exp_year]=2024'
--data-urlencode 'card[cvc]=314'
You need to use a test card that skips the pending balance: https://stripe.com/docs/testing#available-balance
Yes. Test card details I've shared. @raw solstice .
The 4242 test card will send funds to a pending balance, as you can see. Use the test card I linked above to bypass that
Okay. Thanks, @raw solstice . I'm trying with those card numbers if I get any issues will contact you!