PayPal gateway has rejected request. Currency is not supported (#10755).

Codeclinics
New Community Member

Recurring payment work perfect for US customer. But for indian store i am seeing error while customer try to purchase using subscription.

 

PayPal gateway has rejected request. Currency is not supported (#10755: Transaction refused because of an invalid argument. See additional error messages for details).
I just logged response and got below things.
2018-05-31T05:54:49+00:00 INFO (6): Array
(
    [TOKEN] => EC-0PY057634D326063C
    [TIMESTAMP] => 2018-05-31T05:55:50Z
    [CORRELATIONID] => b335869e11d72
    [ACK] => Success
    [VERSION] => 72.0
    [BUILD] => 46549960
)

2018-05-31T05:55:17+00:00 INFO (6): Array
(
    [TOKEN] => EC-0PY057634D326063C
    [BILLINGAGREEMENTACCEPTEDSTATUS] => 1
    [CHECKOUTSTATUS] => PaymentActionNotInitiated
    [TIMESTAMP] => 2018-05-31T05:56:18Z
    [CORRELATIONID] => 6be978aba860b
    [ACK] => Success
    [VERSION] => 72.0
    [BUILD] => 46549960
    [EMAIL] => XXXX
    [PAYERID] => 9CTBZBLXD4NUN
    [PAYERSTATUS] => verified
    [BUSINESS] => XXXX
    [FIRSTNAME] => XXXX
    [MIDDLENAME] => N
    [LASTNAME] => XXXX
    [COUNTRYCODE] => IN
    [ADDRESSSTATUS] => Confirmed
    [CURRENCYCODE] => INR
    [ADDRESSSTATUS] => Confirmed
    [CURRENCYCODE] => INR
    [AMT] => 0.00
    [ITEMAMT] => 0.00
    [SHIPPINGAMT] => 0.00
    [HANDLINGAMT] => 0.00
    [TAXAMT] => 0.00
    [NOTIFYURL] => XXXXX
    [INSURANCEAMT] => 0.00
    [SHIPDISCAMT] => 0.00
    [INSURANCEOPTIONOFFERED] => false
    [PAYMENTREQUEST_0_CURRENCYCODE] => INR
    [PAYMENTREQUEST_0_AMT] => 0.00
    [PAYMENTREQUEST_0_ITEMAMT] => 0.00
    [PAYMENTREQUEST_0_SHIPPINGAMT] => 0.00
    [PAYMENTREQUEST_0_HANDLINGAMT] => 0.00
    [PAYMENTREQUEST_0_TAXAMT] => 0.00
    [PAYMENTREQUEST_0_NOTIFYURL] => XXXX
    [PAYMENTREQUEST_0_INSURANCEAMT] => 0.00
    [PAYMENTREQUEST_0_SHIPDISCAMT] => 0.00
    [PAYMENTREQUEST_0_SELLERPAYPALACCOUNTID] => XXXXX
    [PAYMENTREQUEST_0_INSURANCEOPTIONOFFERED] => false
    [PAYMENTREQUESTINFO_0_ERRORCODE] => 0
)

2018-05-31T05:55:18+00:00 INFO (6): Array
(
    [TIMESTAMP] => 2018-05-31T05:56:20Z
    [CORRELATIONID] => 5352a7262b010
    [ACK] => Failure
    [VERSION] => 72.0
    [BUILD] => 46457558
    [L_ERRORCODE0] => 10755
    [L_SHORTMESSAGE0] => Transaction refused because of an invalid argument. See additional error messages for details.
    [L_LONGMESSAGE0] => Currency is not supported
    [L_SEVERITYCODE0] => Error
)

Can anybody guide me what is missing here? am i doing something wrong?
Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.