LogoLogo
Tupay Website
English
English
  • 😀Welcome to Tupay API
  • API Documentation
    • Deposit
      • Technical Aspects
      • Signature Authorization and Calculation
      • Deposit Creation Endpoint
      • Deposit Status Endpoint
      • Notifications Process
    • Cashout
      • Technical Aspects
      • Authentication and Signature Calculation
      • Cashout Creation Endpoint
      • Cashout Status Endpoint
      • Notification Process
    • Reconciliation API
      • Technical and Security Aspects
      • Endpoints
Con tecnología de GitBook
En esta página
  • Authentication
  • Technical and Security Aspects

¿Te fue útil?

  1. API Documentation
  2. Reconciliation API

Technical and Security Aspects

Learn about the technical and security aspects of our Reconciliation API

AnteriorReconciliation APISiguienteEndpoints

Última actualización hace 1 año

¿Te fue útil?

Authentication

The Merchant API requires you to authenticate with the email and password of a user account you will have to create on the Merchant Panel. Once you request to authenticate to the , we will respond with a cookie called BEARER_TOKEN containing a token you have to use in the next API calls to remain authenticated.

The BEARER_TOKEN cookie will expire after 15 minutes of its last request. Otherwise, you may use the to invalidate the cookie for future usage.

Technical and Security Aspects

All the communications between you and the Merchants API has to be performed through secure connections over HTTPS.

Only the users configured for use with this API will be able to retrieve details.

Only connections from the whitelisted IPs will be accepted.

You need your email and password to use this API.

Login Endpoint
Logout Endpoint