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.

Request
Security:
tilia_auth (read_wallets)
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
curl -i -X GET \
  https://wallets.staging.tilia-inc.com/v2/wallet/:wallet_id \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Response samples
application/json
{
  • "status": "Success",
  • "message": null,
  • "codes": null,
  • "payload": {
    }
}