pendulum-chain / vortex

1 stars 0 forks source link

Research if the user inputs can be prefilled on MyKobo page #29

Closed prayagd closed 3 months ago

prayagd commented 4 months ago

Context

After the successful KYC on Mykobo the user details like Name, BA number and Amount should be prefilled on Mykobo page. These details should be captured in the first step before clicking "Begin offramping"

Requirement

prayagd commented 4 months ago

cc @TorstenStueber

TorstenStueber commented 4 months ago

Yes, this is possible to do according to the spec (we can fill the amount parameter when creating the request).

When I tested, this still transferred to the Mykobo website and the amount was prefilled but can still be edited by the user.

Ultimately we might want to incorporate a flow where the user does not need to be directed to the Mykobo website at all, however this goes counter the SEP-0024 standard which only allows for the interactive flow.

We could implement SEP-0006 if we aim for a fully non-interactive flow. This standard is supported by Mykobo as well (but not by nTokens).

TorstenStueber commented 4 months ago

I tested this today for different reasons. So we can already finish this research.

Outcome:

It should theoretically be possible to also prefill any KYC related information (the SEP-24 standard explicitly allows to specify any SEP-9 parameters when initiating the request) – however, it seems that Mykobo does not currently support this

TorstenStueber commented 4 months ago

@prayagd If you consider this research done, please close this ticket.

prayagd commented 3 months ago

@TorstenStueber we can close this ticket, moved to SSoT on notion