#Amit_R_Thakur

1 messages · Page 1 of 1 (latest)

warped starBOT
raw solstice
#

Firstly, don't use Sources. It's an older API

#

Secondly, which test card(s) are you using to process the payment(s)?

gritty musk
#

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'

raw solstice
gritty musk
#

Yes. Test card details I've shared. @raw solstice .

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

gritty musk
#

Okay. Thanks, @raw solstice . I'm trying with those card numbers if I get any issues will contact you!