postman.lbg.forgerock.financial
Open in
urlscan Pro
54.156.238.133
Public Scan
URL:
https://postman.lbg.forgerock.financial/
Submission: On July 27 via automatic, source certstream-suspicious — Scanned from DE
Submission: On July 27 via automatic, source certstream-suspicious — Scanned from DE
Form analysis
0 forms found in the DOMText Content
* Body * Headers (11) * Body * Headers (9) Public Documentation Settings ENVIRONMENT OBRI: lloyds (Generated) LAYOUT Double Column LANGUAGE cURL - cURL ForgeRock OBRI: LBG 4.8.0 Introduction Setup your environment Dynamic Registration Accounts flow Payment flows Event Notifications Funds Confirmation flow Other flows FORGEROCK OBRI: LBG 4.8.0 POSTMAN COLLECTION ForgeRock offers you a way to play with the Open Banking API via Postman. You will need to download the postman collection and the according environment variables. This web site gives you an overview of our collection and a way to stay up to date with it. Enjoy! AUTHORIZATIONBasic Auth Username b7576f9d-f9fd-4562-9f64-3803935741f5 Password {{CLIENT_SECRET}} SETUP YOUR ENVIRONMENT Before running the examples, you will need to load all the environment variables related to the ASPSP. Instead of having them hardcoded, we choose to load them from the discovery endpoints. What you need to do is to simple call the two discovery endpoints. This will load your environment to be ready to use the examples! AUTHORIZATIONBasic Auth This folder is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0 DISCOVERY AUTHORIZATIONBasic Auth This folder is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0 GETRS DISCOVERY - OB OFFICIAL API https://rs.aspsp.sandbox.lloydsbanking.com/open-banking/discovery Call the RS discovery endpoints. This will load all the OB endpoints into your postman environment AUTHORIZATIONBasic Auth This request is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0 Example Request RS discovery View More curl curl --location 'https://matls.rs.aspsp.sandbox.lloydsbanking.com/open-banking/discovery' 200 OK Example Response * Body * Headers (11) View More json { "Data": { "PaymentInitiationAPI": [ { "Version": "v1.1", "Links": { "CreateSingleImmediatePayment": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/payments", "GetSingleImmediatePayment": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/payments/{PaymentId}", "CreatePaymentSubmission": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/payment-submissions", "GetPaymentSubmission": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/payment-submissions/{PaymentSubmissionId}" } }, { "Version": "v2.0", "Links": { "CreateSingleImmediatePayment": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/payments", "GetSingleImmediatePayment": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/payments/{PaymentId}", "CreatePaymentSubmission": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/payment-submissions", "GetPaymentSubmission": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/payment-submissions/{PaymentSubmissionId}" } } ], "AccountAndTransactionAPI": [ { "Version": "v1.1", "Links": { "CreateAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/account-requests", "GetAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/account-requests/{AccountRequestId}", "DeleteAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/account-requests/{AccountRequestId}", "GetAccounts": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts", "GetAccount": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}", "GetAccountTransactions": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/transactions", "GetAccountBeneficiaries": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/beneficiaries", "GetAccountBalances": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/balances", "GetAccountDirectDebits": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/direct-debits", "GetAccountStandingOrders": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/standing-orders", "GetAccountProduct": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/accounts/{AccountId}/product", "GetStandingOrders": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/standing-orders", "GetDirectDebits": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/direct-debits", "GetBeneficiaries": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/beneficiaries", "GetTransactions": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/transactions", "GetBalances": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/balances", "GetProducts": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v1.1/products" } }, { "Version": "v2.0", "Links": { "CreateAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/account-requests", "GetAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/account-requests/{AccountRequestId}", "DeleteAccountRequest": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/account-requests/{AccountRequestId}", "GetAccounts": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts", "GetAccount": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}", "GetAccountTransactions": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/transactions", "GetAccountBeneficiaries": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/beneficiaries", "GetAccountBalances": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/balances", "GetAccountDirectDebits": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/direct-debits", "GetAccountStandingOrders": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/standing-orders", "GetAccountProduct": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/product", "GetStandingOrders": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/standing-orders", "GetDirectDebits": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/direct-debits", "GetBeneficiaries": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/beneficiaries", "GetTransactions": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/transactions", "GetBalances": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/balances", "GetProducts": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/products", "GetAccountOffers": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/offers", "GetAccountParty": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/party", "GetAccountScheduledPayments": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/scheduled-payments", "GetAccountStatements": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/statements", "GetAccountStatement": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/statements/{StatementId}", "GetAccountStatementFile": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/statements/{StatementId}/file", "GetAccountStatementTransactions": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/accounts/{AccountId}/statements/{StatementId}/transactions", "GetOffers": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/offers", "GetParty": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/party", "GetScheduledPayments": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/scheduled-payments", "GetStatement": "https://rs.aspsp.ob.forgerock.financial:443/open-banking/v2.0/statements" } } ] } } Cache-Control no-cache, no-store, max-age=0, must-revalidate Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds Content-Type application/json;charset=utf-8 The mime type of this content Date Fri, 31 Aug 2018 23:31:13 GMT The date and time that the message was sent Expires 0 Gives the date/time after which the response is considered stale Pragma no-cache Implementation-specific headers that may have various effects anywhere along the request-response chain. Strict-Transport-Security max-age=31536000 ; includeSubDomains A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains. X-Content-Type-Options nosniff The only defined value, "nosniff", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type X-Frame-Options DENY Clickjacking protection: "deny" - no rendering within a frame, "sameorigin" - no rendering if origin mismatch X-XSS-Protection 1; mode=block Cross-site scripting (XSS) filter transfer-encoding chunked The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity. x-fapi-interaction-id 2e96a7be-e3ac-4fdd-9d5c-cfe8b60d6972 Custom header GETAS DISCOVERY - OB OFFICIAL API https://as.aspsp.sandbox.lloydsbanking.com/oauth2/.well-known/openid-configuration Call the Authorisation Server discovery endpoints. This will load all the AS endpoints and constants into your postman environment AUTHORIZATIONBasic Auth This request is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0 HEADERS Cache-Control no-cache, no-store, max-age=0, must-revalidate Pragma no-cache Cookie cookiename=werewrw;cook Example Request AS discovery View More curl curl --location 'https://as.aspsp.sandbox.lloydsbanking.com/oauth2/.well-known/openid-configuration' \ --header 'Cache-Control: no-cache, no-store, max-age=0, must-revalidate' \ --header 'Pragma: no-cache' \ --header 'Cookie: cookiename=werewrw;cook' 200 OK Example Response * Body * Headers (9) View More json { "acr_values_supported": [ "urn:openbanking:psd2:sca", "urn:openbanking:psd2:ca" ], "authorization_endpoint": "https://matls.as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/authorize", "check_session_iframe": "https://as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/connect/checkSession", "claims_parameter_supported": true, "claims_supported": [ "acr", "zoneinfo", "openbanking_intent_id", "address", "profile", "name", "phone_number", "given_name", "locale", "family_name", "email" ], "end_session_endpoint": "https://as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/connect/endSession", "id_token_encryption_alg_values_supported": [ "RSA-OAEP", "RSA-OAEP-256", "A128KW", "A256KW", "RSA1_5", "dir", "A192KW" ], "id_token_encryption_enc_values_supported": [ "A256GCM", "A192GCM", "A128GCM", "A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512" ], "id_token_signing_alg_values_supported": [ "ES384", "HS256", "HS512", "ES256", "RS256", "HS384", "ES512" ], "introspection_endpoint": "https://matls.as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/introspect", "issuer": "https://matls.as.aspsp.ob.forgerock.financial/oauth2/openbanking", "jwks_uri": "https://as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/connect/jwk_uri", "rcs_request_encryption_alg_values_supported": [ "RSA-OAEP", "RSA-OAEP-256", "A128KW", "RSA1_5", "A256KW", "dir", "A192KW" ], "rcs_request_encryption_enc_values_supported": [ "A256GCM", "A192GCM", "A128GCM", "A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512" ], "rcs_request_signing_alg_values_supported": [ "ES384", "HS256", "HS512", "ES256", "RS256", "HS384", "ES512" ], "rcs_response_encryption_alg_values_supported": [ "RSA-OAEP", "RSA-OAEP-256", "A128KW", "A256KW", "RSA1_5", "dir", "A192KW" ], "rcs_response_encryption_enc_values_supported": [ "A256GCM", "A192GCM", "A128GCM", "A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512" ], "rcs_response_signing_alg_values_supported": [ "ES384", "HS256", "HS512", "ES256", "RS256", "HS384", "ES512" ], "registration_endpoint": "https://rs.aspsp.ob.forgerock.financial/open-banking/registerTPP", "request_object_encryption_alg_values_supported": [ "RSA-OAEP", "RSA-OAEP-256", "A128KW", "RSA1_5", "A256KW", "dir", "A192KW" ], "request_object_encryption_enc_values_supported": [ "A256GCM", "A192GCM", "A128GCM", "A128CBC-HS256", "A192CBC-HS384", "A256CBC-HS512" ], "request_object_signing_alg_values_supported": [ "ES384", "HS256", "HS512", "ES256", "RS256", "HS384", "ES512" ], "request_parameter_supported": true, "request_uri_parameter_supported": true, "response_types_supported": [ "code", "code id_token", "id_token" ], "scopes_supported": [ "openid", "payments", "accounts" ], "subject_types_supported": [ "public", "pairwise" ], "token_endpoint": "https://matls.as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/access_token", "token_endpoint_auth_methods_supported": [ "client_secret_post", "private_key_jwt", "client_secret_basic" ], "userinfo_endpoint": "https://matls.as.aspsp.ob.forgerock.financial/oauth2/realms/root/realms/openbanking/userinfo", "version": "3.0" } Accept-Ranges bytes Content-Types that are acceptable Content-Length 2986 The length of the response body in octets (8-bit bytes) Content-Type application/json;charset=UTF-8 The mime type of this content Date Fri, 31 Aug 2018 23:31:36 GMT The date and time that the message was sent Server Restlet-Framework/2.3.4 A name for the server Strict-Transport-Security max-age=31536000; includeSubdomains; preload A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains. Vary Accept-Charset, Accept-Encoding, Accept-Language, Accept Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server. X-Content-Type-Options nosniff The only defined value, "nosniff", prevents Internet Explorer from MIME-sniffing a response away from the declared content-type X-Frame-Options DENY Clickjacking protection: "deny" - no rendering within a frame, "sameorigin" - no rendering if origin mismatch DYNAMIC REGISTRATION AUTHORIZATIONBasic Auth This folder is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0 ONBOARDING YOUR TPP AUTHORIZATIONBasic Auth This folder is using Basic Auth from collectionForgeRock OBRI: LBG 4.8.0