Beanstream
Connector for the beanstream API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://www.beanstream.com/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_payments_transid— GET /payments/{transId} — Get paymentget_profiles_profileid— GET /profiles/{profileId} — Get profileget_profiles_profileid_cards— GET /profiles/{profileId}/cards — Get cardspost_payments— POST /payments — Make Paymentpost_payments_transid_completions— POST /payments/{transId}/completions — Complete pre-authpost_payments_transid_returns— POST /payments/{transId}/returns — Return payment
Inputs
apiKey— your beanstream API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_payments_transid
apiKey: <your key>