#kumarpal - plaid
1 messages · Page 1 of 1 (latest)
Sure
It sounds like this is a request referencing the live mode token. You would need to create one in test mode seperately
I hope this is "req_AojqBXazofT2u7" request ID
stripe.error.InvalidRequestError: Request req_AojqBXazofT2u7: No such token: 'btok_1KyGCtJIRcaX4mHqGQWmNFi1'; a similar object exists in live mode, but a test mode key was used to make this request.
Yeah so those requests are trying to create a customer in test mode while referencing a live mode object
You can't do that
The object will have to exist in test mode first
btok_1KyGCtJIRcaX4mHqGQWmNFi1 only exists in live mode
Ok so can you please tell me how to create test mode obect?
Use "Sandbox" in that guide
Ok got it. thanks a lot.