Skip to main content

Get sandbox card account transactions

GET 

https://openbanking.oest.no/api-sandbox/v1/sandbox/card-accounts/:mockCardAccountId/transactions

Only for managing sandbox data, not part of the production API. Get all card transactions on a card account created using POST /v1/sandbox/card-accounts. Only includes transactions created using POST /v1/sandbox/card-accounts/{mockCardAccountId}/transactions

Request

Responses

var client = new HttpClient();
var request = new HttpRequestMessage(HttpMethod.Get, "https://openbanking.oest.no/v1/sandbox/card-accounts/:mockCardAccountId/transactions");
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://openbanking.oest.no/api-sandbox
Parameters
— pathrequired
— queryrequired
— headerrequired
— headerrequired
— headerrequired
— query
— query
— query
— query
— header
— header
— header
— header
— header