You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.
i am using paypal here sideloader api for ios app
using the sample provided
after moving to Paypal here ios native app, i am on the charge screen
didn't find any cancel button to cancel transaction so that i can move back to my app
secondly, after completing transaction, i didn't get any return url response
i am using this url scheme
do i need to make it like this one and add handler in infoplist url scheme and make it myapp://handler ?
Hi,
I dont think we have a way (yet) to bring you back to your app without completing your transaction. We can perhaps think of adding this feature in the future :)
For your second question, all you would need to do is provide us with a valid URI (either native or web) and our application would simply invoke it, bringing the control back to your application.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i am using paypal here sideloader api for ios app
using the sample provided
after moving to Paypal here ios native app, i am on the charge screen
didn't find any cancel button to cancel transaction so that i can move back to my app
secondly, after completing transaction, i didn't get any return url response
i am using this url scheme
do i need to make it like this one and add handler in infoplist url scheme and make it myapp://handler ?
myapp://handler?{result}?Type={Type}&InvoiceId={InvoiceId}&Tip={Tip}&Email={Email}&TxId={TxId}
The text was updated successfully, but these errors were encountered: