{
"merchant_info": {
"email": "developer@sample.com",
"first_name": "Dennis",
"last_name": "Doctor",
"business_name": "Medical Professionals, LLC",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
}
},
"billing_info": [
{
"email": "sample@buy.com",
"business_name": "Jay Inc",
"additional_info": "This is the billing Info",
"address": {
"line1": "1234 Main St.",
"city": "Portland",
"state": "OR",
"postal_code": "97217",
"country_code": "US"
}
}
],
"note": "Medical Invoice 16 Jul, 2013 PST",
"payment_term": {
"term_type": "NET_45"
}
}Got Http response code 401 when accessing https://api.sandbox.paypal.com/v1/oauth2/token.
{
"error": "invalid_user",
"error_description": "Invalid Refresh Token"
}