#kumarpal - plaid

1 messages · Page 1 of 1 (latest)

molten glade
#

Hi. Can you share the request id for this failing request?

tired swift
#

Sure

molten glade
#

It sounds like this is a request referencing the live mode token. You would need to create one in test mode seperately

tired swift
#

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.

molten glade
#

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

tired swift
#

Ok so can you please tell me how to create test mode obect?

molten glade
#

Use "Sandbox" in that guide

tired swift
#

Ok got it. thanks a lot.