Skip to main content

Get sandbox customer

GET 

https://psd2.ssf.no/api-sandbox/v1/sandbox/customers

Only for managing sandbox data, not part of the production API. Get list of all customers created using POST /v1/sandbox/customers. customerNumber should be used as identifier when performing SCA in test.

Request

Responses

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://psd2.ssf.no/v1/sandbox/customers");
request.Headers.Add("Accept", "application/json");
var response = await client.SendAsync(request);
response.EnsureSuccessStatusCode();
Console.WriteLine(await response.Content.ReadAsStringAsync());
Request Collapse all
Base URL
https://psd2.ssf.no/api-sandbox
Parameters
— headerrequired
— headerrequired
— headerrequired
— query
— query
— header
— header
— header
— header
— header