Version: 1.0.0
RTP Gini API documentation
This is the Gini Request-To-Pay API documentation. Here you will find all the needed API endpoints
Authentication
HTTP: Basic Auth
HTTP: Bearer Auth
For the basic auth, you need to send the base64 encoding of your client-id and client-secret in the form of 'client-id:client-secret' like the Basic Authentication header. For more info, you can go to the specific API Authentication documentation
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | basic |
The bearer token is obtained on the Authentication step between you and Gini, using your client-id, client-secret and the customerId for better experience purposes. If you don't have one, just send a different random uuid each time.
Security Scheme Type: | http |
---|---|
HTTP Authorization Scheme: | bearer |