-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how can you specify item title? #70
Comments
Sorry but I don't understand your question. |
when u specify the params to the adaptive payments (including price and mails for each receiver) you need to specify the invoice info (what will appear in the buyer invoice) as well right? |
Take a look at the schema here: You can probably use the "memo" field. |
Hey, this seems to be usually done by the setPaymentOptions API (https://www.x.com/developers/paypal/documentation-tools/api/setpaymentoptions-api-operation) and then receiverOptions -> invoiceData -> item -> name
|
by watching on official PayPal AdaptivePayment API examples https://paypal-sdk-samples.herokuapp.com/adaptive_payments/set_payment_options , looks like it's not possible to set Payment Options without provided the Institution attribute. The InstitutionId attribute is something PayPal provide to only its partners, so PayPal account owner should be registered on PayPal as a partner. |
where can you specify the item's title or description?
The text was updated successfully, but these errors were encountered: