A services defines some resource and what exactly you can do with it. Click on the service methods to expand details.
ProTip! You can quickly tests services using curl – Here is an example:
$ curl -v -su '' -H 'Accept-Version: v10' https://api.quickpay.net/ping
Enter host password for user '': <enter your api key here>
A more GUI-oriented alternative is using the webservice Postman.
GETÂ /account Get merchant account PATCHÂ /account Update merchant account DELETEÂ /account Delete merchant account GETÂ /account/private-key Gets the private key of the merchant PATCHÂ /account/private-key Regenerates the private key of the merchant GETÂ /account/logo Gets the merchant logo as a raw download or a 404 if none exists PUTÂ /account/logo Creates or replaces the current merchant logo DELETEÂ /account/logo Deletes the current merchant logo Acl-Resources GETÂ /acl-resources Get acl resources Acquirers GETÂ /acquirers Fetch acquirers GETÂ /acquirers/anydaysplit Get AnydaySplit acquirer settings PATCHÂ /acquirers/anydaysplit Update AnydaySplit acquirer settings GETÂ /acquirers/bambora Get Bambora acquirer settings PATCHÂ /acquirers/bambora Update Bambora acquirer settings GETÂ /acquirers/clearhaus Get Clearhaus acquirer settings PATCHÂ /acquirers/clearhaus Update Clearhaus acquirer settings GETÂ /acquirers/coinify Get Coinify acquirer settings PATCHÂ /acquirers/coinify Update Coinify acquirer settings GETÂ /acquirers/elavon Get Elavon acquirer settings PATCHÂ /acquirers/elavon Update Elavon acquirer settings GETÂ /acquirers/handelsbanken Get Handelsbanken acquirer settings PATCHÂ /acquirers/handelsbanken Update Handelsbanken acquirer settings GETÂ /acquirers/klarnapayments Get KlarnaPayments acquirer settings PATCHÂ /acquirers/klarnapayments Update KlarnaPayments acquirer settings GETÂ /acquirers/mobilepayonline Get MobilePayOnline acquirer settings PATCHÂ /acquirers/mobilepayonline Update MobilePayOnline acquirer settings GETÂ /acquirers/mobilepaysubscriptions Get MobilePaySubscriptions acquirer settings PATCHÂ /acquirers/mobilepaysubscriptions Update MobilePaySubscriptions acquirer settings GETÂ /acquirers/nets Get Nets acquirer settings PATCHÂ /acquirers/nets Update Nets acquirer settings GETÂ /acquirers/paypal Get PayPal acquirer settings PATCHÂ /acquirers/paypal Update PayPal acquirer settings GETÂ /acquirers/paypalpayments Get PayPalPayments acquirer settings PATCHÂ /acquirers/paypalpayments Update PayPalPayments acquirer settings GETÂ /acquirers/paysafecard Get Paysafecard acquirer settings PATCHÂ /acquirers/paysafecard Update Paysafecard acquirer settings GETÂ /acquirers/ppro Get PPRO acquirer settings PATCHÂ /acquirers/ppro Update PPRO acquirer settings GETÂ /acquirers/pprobancontact Get PPROBancontact acquirer settings PATCHÂ /acquirers/pprobancontact Update PPROBancontact acquirer settings GETÂ /acquirers/pproblik Get PPROBlik acquirer settings PATCHÂ /acquirers/pproblik Update PPROBlik acquirer settings GETÂ /acquirers/pproprzelewy24 Get PPROPrzelewy24 acquirer settings PATCHÂ /acquirers/pproprzelewy24 Update PPROPrzelewy24 acquirer settings GETÂ /acquirers/pprosofort Get PPROSofort acquirer settings PATCHÂ /acquirers/pprosofort Update PPROSofort acquirer settings GETÂ /acquirers/pprowechatpay Get PPROWeChatPay acquirer settings PATCHÂ /acquirers/pprowechatpay Update PPROWeChatPay acquirer settings GETÂ /acquirers/resurs Get Resurs acquirer settings PATCHÂ /acquirers/resurs Update Resurs acquirer settings GETÂ /acquirers/sofort Get Sofort acquirer settings PATCHÂ /acquirers/sofort Update Sofort acquirer settings GETÂ /acquirers/swedbank Get Swedbank acquirer settings PATCHÂ /acquirers/swedbank Update Swedbank acquirer settings GETÂ /acquirers/swish Get Swish acquirer settings PATCHÂ /acquirers/swish Update Swish acquirer settings GETÂ /acquirers/teller Get Teller acquirer settings PATCHÂ /acquirers/teller Update Teller acquirer settings GETÂ /acquirers/trustly Get Trustly acquirer settings PATCHÂ /acquirers/trustly Update Trustly acquirer settings GETÂ /acquirers/unzerpaylater Get UnzerPayLater acquirer settings PATCHÂ /acquirers/unzerpaylater Update UnzerPayLater acquirer settings GETÂ /acquirers/valitor Get Valitor acquirer settings PATCHÂ /acquirers/valitor Update Valitor acquirer settings GETÂ /acquirers/viabill Get ViaBill acquirer settings PATCHÂ /acquirers/viabill Update ViaBill acquirer settings GETÂ /acquirers/vipps Get Vipps acquirer settings PATCHÂ /acquirers/vipps Update Vipps acquirer settings GETÂ /acquirers/vippspsp Get VippsPSP acquirer settings PATCHÂ /acquirers/vippspsp Update VippsPSP acquirer settings GETÂ /acquirers/vmpepayment Get VMPEpayment acquirer settings PATCHÂ /acquirers/vmpepayment Update VMPEpayment acquirer settings POSTÂ /acquirers/{acquirer}/test Test payments via acquirer Activity GETÂ /activity Get activity GETÂ /activity/{id} Get a single activity entry Agreements GETÂ /agreements Get agreements POSTÂ /agreements Create agreement GETÂ /agreements/{id} Get agreement PATCHÂ /agreements/{id} Update agreement PUTÂ /agreements/{id} Replace agreement DELETEÂ /agreements/{id} Delete agreement GETÂ /agreements/{id}/activity Get agreement activity PATCHÂ /agreements/{id}/api-key Regenerate the API key for this agreement Brandings GETÂ /brandings Get brandings POSTÂ /brandings Create a branding GETÂ /brandings/{id} Get a branding PATCHÂ /brandings/{id} Update a branding DELETEÂ /brandings/{id} Delete a branding POSTÂ /brandings/{id}/copy Copies branding and returns the new branding GETÂ /brandings/{id}/*resource_name Gets a branding resource as a file PUTÂ /brandings/{id}/*resource_name Uploads a file and creates or replaces a resource DELETEÂ /brandings/{id}/*resource_name Deletes a branding resource Cards GETÂ /cards Get saved cards POSTÂ /cards Create saved card GETÂ /cards/{id} Get saved card PATCHÂ /cards/{id} Update saved card POSTÂ /cards/{id}/authorize Authorize saved card POSTÂ /cards/{id}/cancel Cancel saved card POSTÂ /cards/{id}/tokens Create card token PUTÂ /cards/{id}/link Create or update a card link DELETEÂ /cards/{id}/link Delete card link POSTÂ /cards/{id}/fraud-report Create fraud confirmation report GETÂ /cards/{id}/operations/{operation_id} Get Operation Changelog GETÂ /changelog Get the API Changelog Cryptography GETÂ /cryptography/keys Get keys POSTÂ /cryptography/keys Create key GETÂ /cryptography/keys/{id} Get key PATCHÂ /cryptography/keys/{id} update key DELETEÂ /cryptography/keys/{id} Delete key POSTÂ /cryptography/keys/{id}/csr Create certificate request (CSR) GETÂ /cryptography/keys/{id}/certificate Get certificate PUTÂ /cryptography/keys/{id}/certificate Replace certificate DELETEÂ /cryptography/keys/{id}/certificate Delete certificate Fees POSTÂ /fees Calculate fee for auth params. Requires one of card[number] or card[token] POSTÂ /fees/{acquirer}/{payment_method} Calculate fee GETÂ /fees/formulas Get all fee formulas GETÂ /fees/formulas/{acquirer} Get fee formulas GETÂ /fees/formulas/{acquirer}/{payment_method} Get fee formula PATCHÂ /fees/formulas/{acquirer}/{payment_method} Update a fee formula DELETEÂ /fees/formulas/{acquirer}/{payment_method} Reset a formula to default Fraud-Rulesets GETÂ /fraud-rulesets Get custom defined fraud rulesets POSTÂ /fraud-rulesets Create a custom fraud ruleset GETÂ /fraud-rulesets/{id} Get ruleset by id PATCHÂ /fraud-rulesets/{id} Update a ruleset DELETEÂ /fraud-rulesets/{id} Delete ruleset Payment-Method-Priority GETÂ /payment-method-priority Get merchant payment method priority POSTÂ /payment-method-priority Replaces the payment method priority of the merchant Payments GETÂ /payments Get all payments POSTÂ /payments Create payment PUTÂ /payments/{id}/link Create or update a payment link DELETEÂ /payments/{id}/link Delete payment link GETÂ /payments/{id} Get payment PATCHÂ /payments/{id} Update payment POSTÂ /payments/{id}/session Create payment session POSTÂ /payments/{id}/authorize Authorize payment POSTÂ /payments/{id}/capture Capture payment POSTÂ /payments/{id}/refund Refund payment POSTÂ /payments/{id}/cancel Cancel payment POSTÂ /payments/{id}/renew Renew authorization POSTÂ /payments/{id}/fraud-report Create fraud confirmation report GETÂ /payments/{id}/operations/{operation_id} Get Operation PATCHÂ /payments/{id}/operations/{operation_id} Update operation Payouts GETÂ /payouts Get payouts POSTÂ /payouts Create payout PUTÂ /payouts/{id}/link Create or update a payout link DELETEÂ /payouts/{id}/link Delete payout link GETÂ /payouts/{id} Get payout PATCHÂ /payouts/{id} Update payout POSTÂ /payouts/{id}/credit Authorize a payout GETÂ /payouts/{id}/operations/{operation_id} Get Operation Ping GETÂ /ping Use this to test connectivity to the API POSTÂ /ping Use this to test connectivity to the API Shopify-Settings GETÂ /shopify-settings Get all shopify settings GETÂ /shopify-settings/{id} Find shopify settings by id Subscription-Groups GETÂ /subscription-groups Get all subscription groups POSTÂ /subscription-groups Create subscription group GETÂ /subscription-groups/{id} Find subscription group by id PATCHÂ /subscription-groups/{id} Update subscription group DELETEÂ /subscription-groups/{id} Delete subscription group POSTÂ /subscription-groups/{id}/capture Create recurring payments on subscription group Subscriptions GETÂ /subscriptions Get subscriptions POSTÂ /subscriptions Create subscription PUTÂ /subscriptions/{id}/link Create or update a payment link DELETEÂ /subscriptions/{id}/link Delete payment link GETÂ /subscriptions/{id} Get subscription PATCHÂ /subscriptions/{id} Update subscription POSTÂ /subscriptions/{id}/session Create subscription session POSTÂ /subscriptions/{id}/authorize Authorize a subscription POSTÂ /subscriptions/{id}/cancel Cancel subscription POSTÂ /subscriptions/{id}/recurring Create subscription recurring payment POSTÂ /subscriptions/{id}/fraud-report Create fraud confirmation report GETÂ /subscriptions/{id}/operations/{operation_id} Get Operation PATCHÂ /subscriptions/{id}/operations/{operation_id} Update operation GETÂ /subscriptions/{id}/payments Get all subscription payments