Get Started

Completes the verification process for a step up token.

Your all request are secured with 2 checkpoints:

  • Secret key: That is YWJjMTIzIQ== , it is required in header of all your api keys

  • Authentication-key: It is the JWT token that you received as token from the response of your login.

Note:

  • While calling the apis, you may experience that your token is expired in that case you will receive 401 - Unauthorized HTTP error status, so you need to login again.

  • If you face Stepup is required error, so you will need to run stepup apis.


Production End point

https://api.up2.money

Sandbox Endpoint

https://sandboxapi.up2.money

Required Headers Params

Security

REQUEST BODY SCHEMA: application/json

πŸ” API SECRET: x-secret

Add YWJjMTIzIQ== in x-secret in headers.

Header parameter name: x-secret


πŸ” HTTP: Authorization-key

The authentication token representing the user. This will be included in the login response object as token.

Header parameter name: Authorization-key

Last updated