I've tried creating a new application to test the subscriptions API, but the problem still remains. The response I get when creating the subscription is: {
"status": "APPROVAL_PENDING",
"id": "I-M3SWH9BXF617",
"create_time": "2020-06-22T15:43:12Z",
"links": [
{
"href": "https://www.sandbox.paypal.com/webapps/billing/subscriptions?ba_token=BA-1EF404343E8189116",
"rel": "approve",
"method": "GET"
},
{
"href": "https://api.sandbox.paypal.com/v1/billing/subscriptions/I-M3SWH9BXF617",
"rel": "edit",
"method": "PATCH"
},
{
"href": "https://api.sandbox.paypal.com/v1/billing/subscriptions/I-M3SWH9BXF617",
"rel": "self",
"method": "GET"
}
]
} When I open the approval link to pay the subscription I get this: And if i inspect the web page: {
"ack": "error",
"message": "Unhandled api error",
"meta": {
"calc": "5a1380da3a695",
"rlog": "rZJvnqaaQhLn%2FnmWT8cSUo8QXTeqJkzg7PvyMHtc7jCbO2%2Bj5MlJN8Ud4vOAhfzafA5%2B6rMKrQTadTL6j0%2BLyQ_172dcb3a240"
},
"server": "kV1UURse2Bd-OHKaL5Ssf8edlAom0LlMTmQJAsJiDk5XUTFHYrxxbpo3VzUKlwQlI-GFF3Eq5rBsSqcfF6ESlYHuTI-zOfSGpwuXQXJPrUJiQ7ZRrssTaDyfvAwQUlv58YSqjTWNFXYh1p1zb0V_H8Mw8Kjenl_4pO8cGCUXk65WX8ny84MUFQIXXSVHZlgBn0qrTCbjPioYfDMfwFrOqqf55aEKHyayQT8xjDKT9lBX_JNB5YKV3sb9zVIiNEepw5zKZngmfrPjFb_PsUx4mgZ3sFtROGuY-XS-7k-yiYm"
} Please, I need help with this since I need to make a demo of my app soon. @MTS_Justin
... View more