我在我的网站上使用嵌入式支付,支付交易是直接从买家到卖家发起的,该服务充当 API 调用者。商品价格由卖家以美元设定,以简化国际贸易。
当发送者和接收者都是俄罗斯居民时,发送者会收到错误:
The payment you initiated has been blocked because PayPal can only facilitate payments between Russian residents when they transact in Russian Ruble.
Please go back to the merchant website and choose to pay in Russian Ruble, or alternatively choose another payment method.
PayPal 文档未在任何自适应支付 API 调用中将俄罗斯卢布列为可能的货币,因此当我尝试指定“RUR”货币时"Currently the system does not accept the currency RUR"
出现错误。
所以问题是,如果所需货币是俄罗斯卢布并且 API 不支持,我如何在俄罗斯居民之间创建交易?