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
.
read_wallets
) Wallet by id response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
curl -i -X GET \ https://wallets.staging.tilia-inc.com/v2/wallet/:wallet_id \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "status": "Success",
- "message": null,
- "codes": null,
- "payload": {
- "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "description": "USD Wallet",
- "currency": "USD",
- "current_balance": 100,
- "active": 1,
- "tags": [
- "registration"
]
}
}