Finix-Core-API-Collection
Number of APIs: 50
Finix Core API Collection
This Qodex Collection includes the following collections:
- Getting Started Guide
- Onboard a merchant
- Create a card sale
- Subscription Billing
- Create a ACH sale
- Create a Refund
- Update Merchant Information
- Create Fee Profiles
- Settlements Management
Use the Finix Core API Environment to set the appropriate credentials.
If you are facing any issues with the credentials, you can reach out to your Sales Engineer or use the credentials available here.
For Subscription Billing, Fee Profiles and Settlements Management, you will require ROLE_PLATFORM credentials. You can use the ones that are available in the Environment Variables file or use the credentials provided in the Curl command for Subscription Billing here.
-
Subscription Billing-Periodic Monthly Fee Subscription - Create Fixed Time Interval Subcription Schedule POST {{sandboxAPI}}/subscription/subscription_schedules
-
Merchant Onboarding - Fetch a Merchant GET {{sandboxAPI}}/merchants/{{merchantId}}
-
Create a Sale using a Card - Create an Identity for a Buyer POST {{sandboxAPI}}/identities
-
Create a Sale using a Card - Fetch a Transfer GET {{sandboxAPI}}/transfers/{{transferId}}
-
Update Merchant Information - Update Identity information on the underlying processor. POST {{sandboxAPI}}/merchants/{{merchantId}}/verifications
-
Create Fee Profiles-Associate a fee profile to an Application - Update fee profile on application PUT {{sandboxAPI}}/application_profiles/{{applicationProfileId}}
-
Create a Sale using a Card - Tokenize a Card POST {{sandboxAPI}}/payment_instruments
-
Getting Started Guide - Step 1: Create an Identity for a Merchant POST {{sandboxAPI}}/identities/
-
Getting Started Guide - Step 3: Provision Merchant Account POST {{sandboxAPI}}/identities/{{identity}}/merchants
-
Getting Started Guide - Step 4: Create an Identity for a Buyer POST {{sandboxAPI}}/identities