Get wallet by ID

Get wallet for the specified wallet id. For Wallet Payment Methods (i.e. payment methods with provider='wallet'), the payment_method.psp_reference=wallet.wallet_id.

Securitytilia_auth
Request
path Parameters
wallet_id
required
string (WalletId) <= 36 characters

The wallet ID.

Example: wal_2V2cKKqYoaj018K0EXBauwcurbd
Responses
200

Wallet by id response

400

Invalid input

401

Unauthorized access.

404

Resource not found.

500

Service unavailable or server error.

get/v2/wallet/{wallet_id}
Request samples
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}