Dear Square Developer Support Team,
I am trying to create a payment link using the Square API and initially encountered the following error when passing the currency as USD:
{
“errors”: [
{
“category”: “INVALID_REQUEST_ERROR”,
“code”: “INVALID_VALUE”,
“detail”: “This business can only process payments in INR but amount was provided in USD.”,
“field”: “order.line_items[0].base_price_money.currency”
}
]
}
After changing the currency from USD to INR, the payment link was successfully created. But I require here to use currency ‘USD’. However, I am now facing a new issue shown in the screenshot.
Could you please review this and let me know what might be missing from my side?
Looking forward to your support.
3 posts - 2 participants