Nequi may require some additional information to be passed via dLocal to enable the wallet payment. For this
purpose we’ve introduced a wallet option to the API.To enable this feature, pass in the following connection options for dLocal when making a payment.
Copy
Ask AI
POST /transactions{ "amount": 2000000, "country": "CO", "currency": "COP", "intent": "capture", "connection_options": { "dlocal-nequi": { "wallet": { "name": "John Smith", // defaults to the billing name "email": "[email protected]", // defaults to the billing email "username": "johndoe", // defaults to the billing email "token": "abc123", // defaults to null "verify": true //defaults to false } } },}
Please contact dLocal for more information on how to exactly use these wallet options.