Home > Mobile >  Not getting proper response in Pabbly Refund API
Not getting proper response in Pabbly Refund API

Time:08-03

I want to integrate the refund API of Pabbly but when i'm calling it using postman There is an Error Response

1

I'm also providing the basic auth (email and password) of the current user with active product and checkout page. Below is the api docs of pabbly that i'm referring. https://apidocs.pabbly.com/

CodePudding user response:

All the API uses Basic Auth as an authorization channel.

Username: API Key from your Pabbly Subscription Account

Password: Secret Key from your Pabbly Subscription Account

Location of API Key in Pabbly Subscriptions account -

From your accounts dashboard go to;

Settings -> API Settings -> Generate the Keys

  • Related