Reputation: 6925
I have web page where I need to use paypal adaptive payment. Now I have issue by testing in sandbox testing environment. This is paypal respond failure:
<faultstring>The receiver [email protected] does not accept payments in this Currency</faultstring>
1 - Sender use test email paypal with USD currency 2 - Receiver use EUR currency 3 - Business side also use USD currencies.
Is it possible to make payment with different currencies with paypal adaptive payment, or is there anything more to do to enable this functionality ?
Upvotes: 1
Views: 148
Reputation: 1271
Send the currencyCode
field in your PAY
action. This will make the sender pay in that currency, however.
See the API Documentation for more information on the fields in the PAY
action.
Upvotes: 1