v1

latestOpenAPI 3.0.02026-07-2691259477.2 KB
Accounts | Admin

Get list of all Payment Account transactions

Use the GetWalletTransHistory to retrieve the list of Money-In, Money-Out and P2P (payment between payment account) of a given payment account. The following numbered list corresponds to the payment type specified in the response attribute method:

0 Card
1 Bank transfer (MoneyIn)
3 Bank transfer (MoneyOut)
4 P2P
13 iDEAL
14 SEPA DirectDebit
15 Cheque
19 Multibanco
35 PayPal


Important: The following services have been discontinued.

16 Neosurf
17 Sofort
18 PFS Physical Card
20 Payshop
21 MBWAY
22 Polish Instant Transfer
23 Pagare
24 MobilePay
25 Paytrail
26 WeChat
27 P24
28 MoneyIn by TPE
29 Trustly

get/v2/accounts/{accountId}/transactions

Path parameters

accountIdstring required

Account ID

Query parameters

startDatestring

UTC Unix timestamp In order to return transactions initialized after startDate. If the payment account is a SC Wallet then this value is mandatory.

endDatestring

UTC Unix timestamp In order to return transactions initialized before endDate. If the payment account is a SC Wallet then this value is mandatory and the time span can not exceed 1 week.

executionDateStartstring

UTC Unix timestamp In order to return transactions Executed after endDate. If the payment account is a SC Wallet then this value is mandatory and the time span can not exceed 1 week.

executionDateEndstring

UTC Unix timestamp In order to return transactions Executed before endDate If the payment account is a SC Wallet then this value is mandatory and the time span can not exceed 1 week.

pageinteger

Index start from 1, let null to get all

limitinteger

Default 20, let it null if no pagination

Headers

Authorizationstring required

Authorization bearer (OAuth 2)

PSU-Accept-Languagestring

Response language accepted by final client (PSU). English by default

PSU-IP-Addressstring required

IP address of the final client (PSU).

PSU-User-Agentstring

User-agent of the final client (PSU).

Response

OK