diff --git a/content/data/digilocker/quickstart.mdx b/content/data/digilocker/quickstart.mdx index 3356889f..7b691c79 100644 --- a/content/data/digilocker/quickstart.mdx +++ b/content/data/digilocker/quickstart.mdx @@ -15,7 +15,7 @@ Here’s a quick run through of the APIs— - **Get DigiLocker request status**—Check status of a request that was created by passing the request `id`, at any point in the journey. - **Get list of all docs available**—Get a global list of all documents that DigiLocker lets you fetch and the identifiers required to fetch a particular document. - **Fetch a document**—Get the document that the user has consented to share with you, made available as a file URL to download. All docs other than Aadhaar, can be fetched with this API. -- **Fetch Aadhaar data**—Fetch Aadhaar document data in JSON format as well as an XML file. The API response is consistent with our OKYC APIs, which aids in replacing OKYC with DigiLocker, for carrying out Aadhaar KYC. +- **Fetch Aadhaar data**—Fetch Aadhaar document data in JSON format as well as an XML file. The API response is consistent with our OKYC APIs, which aids in replacing OKYC with DigiLocker, for carrying out Aadhaar KYC. - **Revoke access token**—Revoke the OAuth user token, once necessary user documents are fetched. Additionally, here are the URLs you would need for these APIs— diff --git a/content/dev-tools/bridge/v1/generate-token.mdx b/content/dev-tools/bridge/v1/generate-token.mdx index df0466e7..a862a03f 100644 --- a/content/dev-tools/bridge/v1/generate-token.mdx +++ b/content/dev-tools/bridge/v1/generate-token.mdx @@ -13,7 +13,7 @@ An API to generate tokens, which are used to authorise any other API requests ma ### Note on JWT authentication -The generate token API works only with OAuth keys. If you have implemented JWT auth for Setu hosted endpoints, we recommend upgrading to OAuth soon. We support JWT auth but will not build any further features for it. +The generate token API works only with OAuth keys. If you have implemented JWT auth for Setu hosted endpoints, we recommend upgrading to OAuth soon. We support JWT auth but will not build any further features for it. **Please note**, that switching to OAuth will mean a change to all endpoints hosted by Setu. If the previous endpoint was `https://uat.setu.co/api/`, it would change to `https://uat.setu.co/api/v2/`—note the `/v2` added before the ``. diff --git a/content/dev-tools/bridge/v1/org-settings/api-keys/jwt-auth.mdx b/content/dev-tools/bridge/v1/org-settings/api-keys/jwt-auth.mdx index 632416d3..4ec50c1d 100644 --- a/content/dev-tools/bridge/v1/org-settings/api-keys/jwt-auth.mdx +++ b/content/dev-tools/bridge/v1/org-settings/api-keys/jwt-auth.mdx @@ -12,7 +12,7 @@ The JSON Web Token mechanism is used for securely communicating with Setu. It is The JWT website ↗ covers the basics of how it works and the concepts involved. This guide provides a simple description of how JWT is implemented at Setu.   -**Please note**, while Setu supports JWT authentication, features like generating keys, using one key to access multiple configurations etc, will not be supported for JWT keys. Instead, use the more secure OAuth API keys ↗ to access these features. +**Please note**, while Setu supports JWT authentication, features like generating keys, using one key to access multiple configurations etc, will not be supported for JWT keys. Instead, use the more secure OAuth API keys ↗ to access these features.
@@ -22,7 +22,7 @@ A partner needs to authenticate API requests made to Setu. One supported method For Setu's products, JWT keys have a one-to-one mapping with individual product configurations. Essentially, each of your configurations come with their own JWT key that you can use to authorise API requests. -If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗. +If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗. Read more below to understand the JWT format supported by Setu. diff --git a/content/dev-tools/bridge/v1/org-settings/api-keys/jwt.mdx b/content/dev-tools/bridge/v1/org-settings/api-keys/jwt.mdx index 1c3a8fa1..605d0a31 100644 --- a/content/dev-tools/bridge/v1/org-settings/api-keys/jwt.mdx +++ b/content/dev-tools/bridge/v1/org-settings/api-keys/jwt.mdx @@ -9,7 +9,7 @@ visible_in_sidebar: true We recommend using{" "} - + OAuth keys {" "} instead, which come with features like the ability to access multiple products diff --git a/content/payments/bbps/resources/jwt.mdx b/content/payments/bbps/resources/jwt.mdx index dfbcc795..8ed1b8c2 100644 --- a/content/payments/bbps/resources/jwt.mdx +++ b/content/payments/bbps/resources/jwt.mdx @@ -121,7 +121,7 @@ For Setu products, JWT keys have a one-to-one mapping with individual product co While we support JWT auth, we recommend using the more secure{" "} - + OAuth keys , which come with features like the ability to access multiple products with the @@ -134,7 +134,7 @@ For Setu products, JWT keys have a one-to-one mapping with individual product co A merchant will call Setu APIs for creating payment links, checking link status, for fetching reports etc and can use JWT to authenticate such requests with Setu. -If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗ +If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗
diff --git a/content/payments/bbps/resources/oauth.mdx b/content/payments/bbps/resources/oauth.mdx index 5a23486d..df069093 100644 --- a/content/payments/bbps/resources/oauth.mdx +++ b/content/payments/bbps/resources/oauth.mdx @@ -146,7 +146,7 @@ On clicking “Generate new key”, you should see a simple form The “Generate key” button is enabled once all the fields are filled. Click it, and you should see the `clientID` and `secret` for this key. -And done! You can now use this key to make API requests to Setu. Read more ↗ on supported features for OAuth keys. +And done! You can now use this key to make API requests to Setu. Read more ↗ on supported features for OAuth keys.
diff --git a/content/payments/billpay/pre-built-screens/custom-payment.mdx b/content/payments/billpay/pre-built-screens/custom-payment.mdx index 5503c034..1b1a829d 100644 --- a/content/payments/billpay/pre-built-screens/custom-payment.mdx +++ b/content/payments/billpay/pre-built-screens/custom-payment.mdx @@ -73,7 +73,7 @@ Depending on the platform you have chosen, please read the appropriate guide to - iOS -- +- Cross platform diff --git a/content/payments/billpay/pre-built-screens/custom-payment/iOS.mdx b/content/payments/billpay/pre-built-screens/custom-payment/iOS.mdx index c1eb8a0d..d412faad 100644 --- a/content/payments/billpay/pre-built-screens/custom-payment/iOS.mdx +++ b/content/payments/billpay/pre-built-screens/custom-payment/iOS.mdx @@ -10,7 +10,7 @@ visible_in_sidebar: true This quickstart explains how to integrate when you opt for your own payment gateway. Use{" "} - + this guide {" "} for Setu’s default UPI payment option. diff --git a/content/payments/billpay/pre-built-screens/quickstart/android.mdx b/content/payments/billpay/pre-built-screens/quickstart/android.mdx index 829172ec..84fb6b37 100644 --- a/content/payments/billpay/pre-built-screens/quickstart/android.mdx +++ b/content/payments/billpay/pre-built-screens/quickstart/android.mdx @@ -71,7 +71,7 @@ The above request will return URL based on the input params. Here’s a sample The link returned by the API should be loaded within Android in an activity class with a webview component. -If you’re using a cross platform solution—like Flutter, React Native, Ionic—look at the code snippets provided here. +If you’re using a cross platform solution—like Flutter, React Native, Ionic—look at the code snippets provided here. {`public class DisplayWebView extends AppCompatActivity { diff --git a/content/payments/billpay/v1/pre-built-screens/custom-payment.mdx b/content/payments/billpay/v1/pre-built-screens/custom-payment.mdx index 5503c034..1b1a829d 100644 --- a/content/payments/billpay/v1/pre-built-screens/custom-payment.mdx +++ b/content/payments/billpay/v1/pre-built-screens/custom-payment.mdx @@ -73,7 +73,7 @@ Depending on the platform you have chosen, please read the appropriate guide to - iOS -- +- Cross platform diff --git a/content/payments/billpay/v1/pre-built-screens/custom-payment/iOS.mdx b/content/payments/billpay/v1/pre-built-screens/custom-payment/iOS.mdx index c1eb8a0d..d412faad 100644 --- a/content/payments/billpay/v1/pre-built-screens/custom-payment/iOS.mdx +++ b/content/payments/billpay/v1/pre-built-screens/custom-payment/iOS.mdx @@ -10,7 +10,7 @@ visible_in_sidebar: true This quickstart explains how to integrate when you opt for your own payment gateway. Use{" "} - + this guide {" "} for Setu’s default UPI payment option. diff --git a/content/payments/billpay/v1/pre-built-screens/quickstart/android.mdx b/content/payments/billpay/v1/pre-built-screens/quickstart/android.mdx index 829172ec..84fb6b37 100644 --- a/content/payments/billpay/v1/pre-built-screens/quickstart/android.mdx +++ b/content/payments/billpay/v1/pre-built-screens/quickstart/android.mdx @@ -71,7 +71,7 @@ The above request will return URL based on the input params. Here’s a sample The link returned by the API should be loaded within Android in an activity class with a webview component. -If you’re using a cross platform solution—like Flutter, React Native, Ionic—look at the code snippets provided here. +If you’re using a cross platform solution—like Flutter, React Native, Ionic—look at the code snippets provided here. {`public class DisplayWebView extends AppCompatActivity { diff --git a/content/payments/umap/refunds-disputes.mdx b/content/payments/umap/refunds-disputes.mdx index 3cc300d4..061d1787 100644 --- a/content/payments/umap/refunds-disputes.mdx +++ b/content/payments/umap/refunds-disputes.mdx @@ -83,7 +83,7 @@ UPI Setu sends notifications to merchants for the following events - `dispute_created` -Read more about dispute status notifications here +Read more about dispute status notifications here ###### Step 2 - Respond to dispute as a merchant diff --git a/content/payments/upi-deeplinks/resources/jwt.mdx b/content/payments/upi-deeplinks/resources/jwt.mdx index db77aafd..314cb1ea 100644 --- a/content/payments/upi-deeplinks/resources/jwt.mdx +++ b/content/payments/upi-deeplinks/resources/jwt.mdx @@ -121,7 +121,7 @@ For Setu products, JWT keys have a one-to-one mapping with individual product co While we support JWT auth, we recommend using the more secure{" "} - + OAuth keys , which come with features like the ability to access multiple products with the @@ -134,7 +134,7 @@ For Setu products, JWT keys have a one-to-one mapping with individual product co A merchant will call Setu APIs for creating payment links, checking link status, for fetching reports etc and can use JWT to authenticate such requests with Setu. -If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗ +If you are an Admin for your Bridge account, you should be able to see the API keys card under “Org settings” in the left panel. Click the JWT keys card to view keys for all your product configs. Read more ↗
diff --git a/content/payments/upi-deeplinks/resources/oauth.mdx b/content/payments/upi-deeplinks/resources/oauth.mdx index 13bccff6..58e5bc40 100644 --- a/content/payments/upi-deeplinks/resources/oauth.mdx +++ b/content/payments/upi-deeplinks/resources/oauth.mdx @@ -63,7 +63,7 @@ On clicking “Generate new key”, you should see a simple form The “Generate key” button is enabled once all the fields are filled. Click it, and you should see the `clientID` and `secret` for this key. -And done! You can now use this key to make API requests to Setu. Read more ↗ on supported features for OAuth keys. +And done! You can now use this key to make API requests to Setu. Read more ↗ on supported features for OAuth keys.