Quick start
Step 5: Go live
After testing your implementation in your sandbox environment, the next step is to set up your production environment and go live.
- Change the
environment
parameter toproduction
. - Create a production API key
<form action='/' id='payment-form'>
<Embed
gr4vyId='example'
environment='production',
...
/>
<input type="submit" />
</form>
The Gr4vy ID is the unique identifier for your instance. Together with the environment (sandbox or production) it is used to connect to the right APIs.
After completion, your transactions should appear in production environment.
Summary
- Go live with Embed