Get API authorization code for transaction

Get an authorization code for the Transaction API.


Test Base URL

https://api-staging.providusbank.comarrow-up-right

Production Base URL

https://api.providusbank.comarrow-up-right

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:

Last updated