emoneyissuance.moneyporthub.com Open in urlscan Pro
132.226.131.127  Public Scan

Submitted URL: https://emoneyissuance.moneyporthub.com/
Effective URL: https://emoneyissuance.moneyporthub.com/swagger-ui/index.html
Submission: On November 17 via automatic, source certstream-suspicious — Scanned from GB

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input class="download-url-input" type="text" value="/v3/api-docs"><button class="download-url-button button">Explore</button></form>

Text Content

Explore


E-MONEY ACCOUNT MANAGEMENT API

 1.0 

OAS3

/v3/api-docs

API documentation for E-Money Account Management Service

Servers
http://emoneyissuance.moneyporthub.com - Generated server url



ACCOUNT-CONTROLLER

GET/api/emoney/accounts/{accountId}
Retrieve e-money account information by account ID

PUT/api/emoney/accounts/{accountId}
Update e-money account details

DELETE/api/emoney/accounts/{accountId}
Close an e-money account

POST/api/emoney/accounts
Create a new e-money account

POST/api/emoney/accounts/{accountId}/withdraw
Withdraw funds from an e-money account

POST/api/emoney/accounts/{accountId}/transfer
Transfer funds to another e-money account

POST/api/emoney/accounts/{accountId}/transfer-to-suspense
Transfer funds from e-money account to suspense account

POST/api/emoney/accounts/{accountId}/link-virtual-account
Link an external virtual account to an e-money account

POST/api/emoney/accounts/{accountId}/kyc
Update KYC status for an e-money account

POST/api/emoney/accounts/{accountId}/deposit
Deposit funds to an e-money account

GET/api/emoney/accounts/{accountId}/transactions
Get transaction history for an e-money account

GET/api/emoney/accounts/total-funds
Get total funds in all e-money accounts

DELETE/api/emoney/accounts/{accountId}/unlink-virtual-account
Unlink an external virtual account from an e-money account



SUSPENSE-ACCOUNT-CONTROLLER

GET/api/suspense-accounts
List all suspense accounts

POST/api/suspense-accounts
Create a new suspense account

POST/api/suspense-accounts/{suspenseAccountId}/withdraw
Withdraw funds from a suspense account

POST/api/suspense-accounts/{suspenseAccountId}/deposit
Deposit funds to a suspense account

GET/api/suspense-accounts/{suspenseAccountId}
Get information about a specific suspense account

GET/api/suspense-accounts/{suspenseAccountId}/transactions
Get transaction history for a suspense account

GET/api/suspense-accounts/total-funds
Get total funds in all suspense accounts


SCHEMAS

UpdateAccountRequest
Account
Transaction
CreateSuspenseAccountRequest
SuspenseAccount
WithdrawRequest
DepositRequest
CreateAccountRequest
TransferRequest
LinkVirtualAccountRequest
AccountDTO
KycRequest
SuspenseTransaction
TransactionDTO