PayPal v.zero多货币支持

时间:2015-12-07 12:58:53

标签: paypal paypal-sandbox braintree express-checkout

我正在编写一个使用PayPals Express Checkout和v.zero API的系统。我遇到的问题是它只接受美元付款,但我需要接受美元,英镑,澳元和欧元。我按如下方式处理交易:

$transaction = array(
    'amount' => $order->cost_total,
    'paymentMethodNonce' => $info->nonce,
    'orderId' => $orderId,
    'descriptor' => array(
        'name' => '-removed-',
    ),
    'shipping' => array(
        'firstName' => $info->firstName,
        'lastName' => $info->lastName,
        'company' => '',
        'streetAddress' => $info->street,
        'extendedAddress' => '',
        'locality' => $info->city,
        'region' => $info->county,
        'postalCode' => $info->postCode,
        'countryCodeAlpha2' => $info->country,
    ),
);
$result = $gateway->transaction()->sale($transaction);

1 个答案:

答案 0 :(得分:0)

您必须联系BrainTree才能添加此内容,因为您可以为货币传递参数或帐户相关设置。

联系信息 - > accounts@braintreepayments.com&给他们你的PayPal电子邮件地址。