I developed an iOS app for a company , where my client´s customers can purchase his products. The case is that I just made the application go live ( approved app on x.commerce ). I guess this Live App ID is linked to my paypal account so I would be receiving the purchases income.

I do not mind getting money :) but my client does, so the question is:

How can I link that app, with his Live ID , to my client´s paypal account ? I am sure there has to be a way to link it without knowing the paypal password of my client.

Did Anybody do it?

THANKS

link|improve this question

60% accept rate
feedback

1 Answer

It depends on have how you implemented PayPal integration, but if you are using a three-token authorization, you can notice subject field, that indicates the account for whom the call is being made. From what you have described it sounds like a possible solution.

link|improve this answer
Do you mean?: PayPalPayment *payment = [[PayPalPayment alloc] init]; payment.recipient =@"MyClientPaypalAccount@paypal.com"; is this last line what tells paypal Who receives the money? – Roberto Jan 8 at 0:05
Oh yes, actually in my answer by mistake, I refer to payments not done from iPhone. For iPhone this is the way to go. – Master Slave Jan 8 at 0:12
thanks...so it does not matter which x.commerce account the live-ID is linked to , while inside the app the payment.recipient is the right one. That makes sense because if you think in apps that the recipient should change.....etc... THANKS a lot. I can not vote you yet. I will.THANKS – Roberto Jan 8 at 0:16
I am only worried about if I did well the paypal approval procedure because it did not ask me to submit the app, it was automatically approved. ¿? I hope so. I will try it live. – Roberto Jan 8 at 0:19
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.