For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get API authorization code for transaction

Get an authorization code for the Transaction API.


Test Base URL

https://api-staging.providusbank.com

Production Base URL

https://api.providusbank.com

HTTP Request

GET /transaction/oauth/authorize/


Authorization Code.

GET https://api-staging.providusbank.com/v1 /account/NIP

Get API authorization code for transaction.

Headers

Name
Type
Description

Content-Type

String

Request content type ( application/x-www-form-urlencoded )

Request Body

Name
Type
Description

response_type*

String

Response type. Value is code

client_id

String

The OAuth client id

redirect_uri

string

The OAuth client redirect URI ( must be URL encoded )


Sample Implementation

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

The above command returns JSON structured like this:

Last updated