Enables you to create a custom Tilia Wallet to use for nonstandard transaction flows. Reach out to Tilia to define the new wallet type.
- NOTE: A wallet created from this endpoint will not have an associated payment method. Hence, the wallet would not be usable for purchase in the Checkout Widget. To enable purchase using this custom wallet, create an associated wallet payment method (as described in the Create a Custom Wallet payment method document in the Payments API reference section).
Request for creating a custom wallet for an account
Response for the create a custom Wallet request
Invalid input
Unauthorized access.
Service unavailable or server error.
{- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "wallet_type": "publisher_hosted",
- "tags": [
- "coin:TOK"
]
}
{- "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": [
- "coin:TOK"
]
}
}