Skip to content

Instantly share code, notes, and snippets.

@xxswingxx
Last active August 27, 2021 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xxswingxx/dd641ed29f7067be79e48c403d4af291 to your computer and use it in GitHub Desktop.
Save xxswingxx/dd641ed29f7067be79e48c403d4af291 to your computer and use it in GitHub Desktop.

Retrieve an invoice by payment processor:

HTTP Request

GET /PAYMENT_PROCESSOR/customers/CUSTOMER_ID.json

Parameters

Parameter Type Description
PAYMENT_PROCESSOR string The name of the payment processor. Can be stripe, paypal, gocardless and braintree. Required
CUSTOMER_ID string The ID of the contact in the payment processor. Required

Example:

  • shell:
curl https://ACCOUNT_NAME.quadernoapp.com/api/PAYMENT_PROCESSOR/charges/CHARGE_ID \
  -u YOUR_API_KEY:x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment