Enables you to create a custom Tilia Wallet to use for nonstandard transaction flows.
- NOTE: A wallet payment method created from this endpoint also has an associated wallet. Hence, the payment method would be usable for purchase in the Checkout Widget. To create a wallet that only holds funds, but is not usable in the Checkout widget, visit Create a Custom Wallet document.
Create a custom wallet payment method request
Create a Custom Payment Method Response
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": {
- "payment_method": {
- "id": "0e3037fd-9fbc-499b-b5e5-19948502cbdb",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "method_class": "wallet",
- "display_string": "USD Wallet",
- "provider": "wallet",
- "psp_reference": "400e4c4b-4910-49fb-821c-8a82d93eef85",
- "processing_currency": "USD",
- "pm_state": "ACTIVE",
- "integrator": "acme",
- "created": "2019-08-24T14:15:22Z",
- "updated": "2019-08-24T14:15:22Z",
- "provider_data": {
- "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "wallet_balance": 0
}, - "tags": [
- {
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "created": "2019-08-24T14:15:22Z",
- "integrator": "acme",
- "namespace": "payment_method",
- "resource_id": "0e3037fd-9fbc-499b-b5e5-19948502cbdb",
- "resource_type": "payments.payment_method.id",
- "status": "ACTIVE",
- "tag": "default_payment",
- "tag_id": "paytag_1yVYRU5t1HFfsM6T6mAab4onHZp",
- "updated": "2019-08-24T14:15:22Z"
}
]
}, - "wallet": {
- "wallet_id": "wal_2V2cKKqYoaj018K0EXBauwcurbd",
- "account_id": "acct_2TiDFXHVFMlAuyy7ovvz3YPKv9b",
- "description": "USD Wallet",
- "currency": "USD",
- "current_balance": 100,
- "active": 1,
- "tags": [
- "registration"
]
}
}
}