Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to pre-fill fields in revolut.me?

Tags:

forms

The “Pay me” Revolut page, available at https://revolut.me/<username> has fields for currency, amount and note. Is it possible to pre-fill these, perhaps with query string params? I've tried https://revolut.me/vrana?amount=100&comment=Adminer (which are the values of name attributes of the fields) but with no luck. I even tried POSTing these fields to the form from an external page resulting in 405 Not Allowed.

like image 735
Jakub Vrána Avatar asked Oct 21 '25 00:10

Jakub Vrána


2 Answers

This works perfectly Example link

https://revolut.me/token83827277261/eur5/comment_goes_here

Domain / username/ currency amount/comment

(Note:Without any space )

like image 54
Savvas Mirazanasvili Avatar answered Oct 22 '25 15:10

Savvas Mirazanasvili


Unfortunately, the long version of the link does not work on smartphone with Revolut app installed. If I click on a link in a web browser, e-mail client or other apps (the Revolut app tries to launch but immediately disappears).

Only if the link is copied and pasted into the web browser directly. It's a pity, it can confuse users that the link is broken.
https://revolut.me/<username>/<currency><amount>/<note>

The short version works fine through the app as well.
https://revolut.me/<username>

like image 20
daneczech Avatar answered Oct 22 '25 15:10

daneczech