Skip to main content
Quidkey offers two ways to collect bank-to-bank payments. Choose the path that fits your use case, then follow the guide to get your first payment working.

Sign Up for Credentials

Create your merchant account to get your client_id and client_secret. Time to complete: 2-4 hours

Choose Your Integration

Not sure which to pick? Use Shopify if you’re on Shopify. Use the Embedded Flow if you have a Stripe checkout and want bank payments inline. Use Payment Links if you want to send a payment request without building a frontend.

Authenticate (Both Paths)

Regardless of which integration you choose, the first step is the same — get an access token using your credentials.
curl -X POST 'https://core.quidkey.com/api/v1/oauth2/token' \
  -H 'Content-Type: application/json' \
  -d '{
    "client_id": "your-client-id",
    "client_secret": "your-client-secret"
  }'
You should receive an access_token valid for 15 minutes. Save this for the next steps.
Don’t have credentials yet? Try it in the API playground first — no authentication required for testing!

Next: Follow Your Path

Now that you’re authenticated, continue with your chosen integration:

More Resources

Need Credentials?

Sign up at merchants.quidkey.com to get your client_id and client_secret for development and production environments.

Support

Questions? We’re here to help: