Detailed reference for the Wallet object structure used in digital wallet payments.
Property | Type | Description |
---|---|---|
name | String | Name of wallet. |
save | Boolean | Whether or not a token will be included in the response in order to make future payments. Optional, default FALSE . |
token | String | Token used to make recurring payments to a previously saved wallet. Required for Direct Wallet Payments. |
expiration | String | Expiration (in days) of a saved wallet. Optional. |
username | String | User's username in the merchant's website. Required for Webpay OneClick. |
email | String | User’s email. Required for Webpay OneClick. |
recurring_info | Object | Info of recurring information for the user. Optional (for MercadoPago) |
verify | Boolean | If using the request just to verify the wallet, and not creating a payment. Mandatory as TRUE if amount=0. Default FALSE . |
capture | Boolean | Whether or not to immediately capture the charge. When FALSE , the charge issues an authorization and will need to be captured later. Default TRUE . Optional. |
deviceId | Object | Device information. Check relevant section. Required for Mercado Pago. |