#DiscoBlade

1 messages · Page 1 of 1 (latest)

visual hingeBOT
zinc pewter
#

hi! what are your specific technical questions?

brazen totem
#

We want to save the account id in our database so that we can pay the seller using the payout endpoint.

#

We are going to pay the seller using our bank account balance.

zinc pewter
brazen totem
#

How can the seller able to add their bank or card details? so that when we transfer them a money it will automatically transfer it into their bank or card

zinc pewter
#

it's part of the onboarding

brazen totem
#

I'm kinda confuse on return url and refresh url since we are using a mobile app as a platform

zinc pewter
#

they should be links to your server

#

the server can then do a 3xx redirect to a my-app:// URL if needed and your app might detect that if the onboarding is happening in the system browser

#

I wouldn't recommend actually doing this in a mobile app like a WebView since the onboarding page can do some complex things like requiring a file upload or accessing the camera to scan an ID document, and for example in Android WebViews need a lot of extra code in your app to support that. It works better if you do this all on the web

brazen totem
#

hmmmm it's kinda complicated