postman.ob-sandbox-v1.forgerock.financial
Open in
urlscan Pro
52.206.105.62
Public Scan
URL:
https://postman.ob-sandbox-v1.forgerock.financial/
Submission: On April 11 via automatic, source certstream-suspicious — Scanned from DE
Submission: On April 11 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (0) * Body * Headers (0) Public Documentation Settings ENVIRONMENT v1.0.0 release cluster LAYOUT Double Column LANGUAGE cURL - cURL Secure API Gateway v1.0.0 - TPP Flows (OBIE Certificates) Introduction Step 1: Initialise postman variables from the discovery endpoints Step 2: Obtain Software Statement Assertion from Open Banking Test Directory Step 3: Perform Dynamic Client Registration Step 4: Get Accounts Journey Step 5: Domestic Payments Step 6: Domestic Scheduled Payments Step 7: Domestic Standing Orders Step 8: International Payments Step 9: International Scheduled Payments Step 10: International Standing Orders Step 11: File Payments Step 12: Domestic VRP Misc SECURE API GATEWAY V1.0.0 - TPP FLOWS (OBIE CERTIFICATES) ENVIRONMENT VARIABLES: * Select the environment SBAT Dev - cdk VARIABLES TYPES: There are two kind of variables used across this collection: * The upper case with dash variables (VAR-NAME) are used as constants dynamically in the requests and they need to be initialise with the proper values before run any collection request. * The lower case with underscore variables (dynamic_var_name) are created dynamically when a request is running and are used across the next requests, these variables are updated with the proper value depending of the request step. These variables can be deleted to reset the environment variables. INITIALISE THE COLLECTION To start sending request to SAPI-G Open Banking edition, make sure that you have set the CURRENT VALUE of below environment variables first: View More Variable Description INITIAL VALUE ENVIRONMENT Environment to send the request, this value will be replace in the FQDN variables defined. ob-sandbox-v1 IG-FQDN Identity Gateway Host name obdemo.{ENVIRONMENT}.forgerock.financial RCS-FQDN Resource Consent service Host name rcs.{ENVIRONMENT}.forgerock.financial RS-FQDN Resource service Host name rs.{ENVIRONMENT}.forgerock.financial IDENTITY-PLATFORM-FQDN Identity platform Host name iam.{ENVIRONMENT}.forgerock.financial REALM Identity access management realm name alpha API-VERSION Api version for requests v3.1.10 OB-SIGNING-KEY-ID OB Directory Signing key Id CONSTANT: OB SIGNING KEY ID OB-SEAL-PRIVATE-KEY OB Seal private key CONSTANT: OB SEAL PRIVATE KEY OB-SOFTWARE-ID OB Directory Software Statement Client Id CONSTANT: OB SOFTWARE STATEMENT CLIENT ID OB-SCOPES Scopes expected by OB directory to obtain the access token from OB Authorisation server ASPSPReadAccess TPPReadAccess AuthoritiesReadAccess OB-AUDIENCE Auth resource identifier https://matls-sso.openbankingtest.org.uk/as/token.oauth2 OB-TOKEN-URL OB directory Access token endpoint https://matls-sso.openbankingtest.org.uk/as/token.oauth2 OB-SSA-URL OB directory endpoint to retrieve an SSA https://matls-dirapi.openbankingtest.org.uk OB-ORGANIZATION-ID OB directory Organisation ID CONSTANT: OB ORGANIZATION ID X-FAPI-FINANCIAL-ID Header value to trace the request across services CONSTANT: STRING X-FAPI-CUSTOMER-LAST-LOGGED-TIME Header value to trace the request across services CONSTANT: DATETIME AS STRING X-FAPI-CUSTOMER-IP-ADDRESS Header value to trace the request across services CONSTANT: CUSTOMER IP ADDRESS X-FAPI-INTERACTION-ID Header value to trace the request across services CONSTANT: STRING END-USER-ACCOUNT-USER-ID User ID created in the IDM platform for test purposes 4737f9f9-fa0a-4159-bc61-7da31542e624 END-USER-ACCOUNT-USER-NAME User Name created in the IDM platform for test purposes CONSTANT: PSU USER NAME END-USER-ACCOUNT-PASSWORD User password created in the IDM platform for test purposes CONSTANT: PSU USER PASSWORD > After set these variables you need initialise the collection running the > Step1: Initialise the collection STEP 1: INITIALISE POSTMAN VARIABLES FROM THE DISCOVERY ENDPOINTS This collection will GET the SBAT deployment's RS discovery and AS well_known endpoint responses and initialise environment variables used through all the following requests. For example the token endpoint will be found in the response of the AS well_known endpoint. You must run this before trying any requests in later steps! GETLOAD JSRASIGN LIBRARY http://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js Example Request Load JSRASign library curl curl --location 'http://kjur.github.io/jsrsasign/jsrsasign-latest-all-min.js' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers GETLOAD PMLIB_CODE LIBRARY https://joolfe.github.io/postman-util-lib/dist/bundle.js Example Request Load pmlib_code library curl curl --location 'https://joolfe.github.io/postman-util-lib/dist/bundle.js' Example Response * Body * Headers (0) No response body This request doesn't return any response body No response headers This request doesn't return any response headers