I have created customer resource and save the customer href inside my database.I'm trying to find the existing customers as:
Balanced::Customer.fetch(self.balanced_uri)
where self.balanced_uri is the customer.href
But it gives me this error:
Balanced::Forbidden: Balanced::Forbidden(403)::Forbidden:: GET https://api.balancedpayments.com/customers/CU4dGEmvVcmbqikQhhZvohc4: not-authorized: You cannot access customer CU4dGEmvVcmbqikQhhZvohc4 Your request id is OHM5e1c8b109fe611e4940e0230f00c9248.
I have created customer resource and save the customer href inside my database.I'm trying to find the existing customers as:
where self.balanced_uri is the customer.href But it gives me this error:
Need help on this!!!