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
.
Wallet by id response
Invalid input
Unauthorized access.
Resource not found.
Service unavailable or server error.
{- "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"
]
}
}