Etomin payment API.
You can view the transactions generated by these services at http://panel.etomin.com.
It is necessary to obtain an account on Etomin to use this API.
Introduction
In this space you can find the services to accept online payments with Etomin.
Authentication
All services require an "Authorization" token to process through Etomin, you need to create an account first.
Bearer Authentication
Bearer authentication (also called token authentication) is an HTTP authentication scheme that involves security tokens called bearer tokens. The name “Bearer authentication” can be understood as “give access to the bearer of this token.” The bearer token is a cryptic string, usually generated by the server in response to a login request. The client must send this token in the Authorization header when making requests to protected resources:
Authorization: Bearer <token>
Updated 3 months ago