A gateway is the thing your code talks to. Each one has a slug, an API key, endpoints, a request schema, response templates, and a set of results you can pick from on the hosted page.
There are two ways in. Take one of fourteen templates shaped after real providers and get working endpoints immediately, or build a custom gateway when you need to copy an API that has no template here. The reference page lists the request formats, authentication schemes, and every error body the endpoints return.
- 1Create a gateway from a templateStart from one of fourteen provider-shaped templates and get working endpoints without configuring anything.howto3 min read
- 2Build a custom gateway from scratchDefine your own request schema, response templates, and scenarios when no template matches the provider you are integrating with.howto3 min read
- 3Init and Verify endpointsRequest format, authentication schemes, responses, and error bodies for the payment endpoints.reference4 min read