Skip to content

Commit aa5b559

Browse files
tanmay-dixittanmay
and
tanmay
authored
Update sandbox auth URLs (#184)
Co-authored-by: tanmay <tanmay@setu.co>
1 parent 6a99d9b commit aa5b559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-references/payments/billpay/api-integration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@
28702870
"type": "oauth2",
28712871
"flows": {
28722872
"clientCredentials": {
2873-
"tokenUrl": "https://sandbox-kabini-coudc.setu.co/api/v1/auth/token",
2873+
"tokenUrl": "https://sandbox-coudc.setu.co/api/v1/auth/token",
28742874
"scopes": {
28752875
"bbps:partner": "Grant access to agent APIs"
28762876
}

content/payments/billpay/api-integration/quickstart.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Each of these steps are described in detail below.
4545

4646
You have to use `X-PARTNER-ID` in the auth header and `clientID` and `secret` as the bearer token. Get these values by reaching out to the Setu team at <a href="">onboarding@setu.co</a>.
4747

48-
Once you have the credentials, get the token by making a `POST` request to `https://sandbox-kabini-coudc.setu.co/api/v1/auth/token`.
48+
Once you have the credentials, get the token by making a `POST` request to `https://sandbox-coudc.setu.co/api/v1/auth/token`.
4949

5050
<CodeBlockWithCopy language="json">{`
5151
{

0 commit comments

Comments
 (0)