We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package version: 4.0.0
when I do: const billingRequest = await this.client.billingRequests.create( { mandate_request: { scheme: 'bacs', }, }
const billingRequest = await this.client.billingRequests.create( { mandate_request: { scheme: 'bacs', }, }
Here is my response url: 'https://api-sandbox.gocardless.com/billing_requests' and when I click i get this
{ "error": { "message": "Missing 'GoCardless-Version' header", "errors": [ { "reason": "missing_version_header", "message": "Missing 'GoCardless-Version' header" } ], "documentation_url": "https://developer.gocardless.com/api-reference#missing_version_header", "type": "invalid_api_usage", "request_id": "23BF12D4E6A2_0A148D341F92_66F58DE4_56E80001", "code": 400 } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Package version: 4.0.0
when I do:
const billingRequest = await this.client.billingRequests.create( { mandate_request: { scheme: 'bacs', }, }
Here is my response url: 'https://api-sandbox.gocardless.com/billing_requests'
and when I click i get this
The text was updated successfully, but these errors were encountered: