Skip to main content
Finsei Docs home page
Search...
⌘K
Sandbox App
Sandbox Swagger
Search...
Navigation
Getting Started
How can I see all payments related to some specific wallet?
Docs
API Reference
Website
Sandbox App
Sandbox Swagger
Status page
Introduction
Finsei Developer Docs
Who is this for?
Support
Status page
Core Concepts
Beneficiary
User
Getting Started
Account on Finsei sandbox
A user (sub-user) creation
JWT token without 2FA
How can I check my wallet account details?
How can I create a debit payment to the beneficiary?
How can I create debit payment to another Finsei wallet?
What is ‘status’ for payment?
How can I check payment status?
How can I create incoming credit payments?
How can I see all payments related to some specific wallet?
How can I create a card?
How can I check all my cards?
How can I get webhooks?
Getting Started
How can I see all payments related to some specific wallet?
To check all payments related to the wallet, execute
GET /v2/payment
method with
walletId
parameter where
walletId = id
of the wallet you want to check payments for.
How can I create incoming credit payments?
How can I create a card?
⌘I