Finix-Core-API-Collection

Number of APIs: 50

Finix Core API Collection

This Qodex Collection includes the following collections:

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.

  1. Subscription Billing-Periodic Monthly Fee Subscription - Create Fixed Time Interval Subcription Schedule POST {{sandboxAPI}}/subscription/subscription_schedules

  2. Merchant Onboarding - Fetch a Merchant GET {{sandboxAPI}}/merchants/{{merchantId}}

  3. Create a Sale using a Card - Create an Identity for a Buyer POST {{sandboxAPI}}/identities

  4. Create a Sale using a Card - Fetch a Transfer GET {{sandboxAPI}}/transfers/{{transferId}}

  5. Update Merchant Information - Update Identity information on the underlying processor. POST {{sandboxAPI}}/merchants/{{merchantId}}/verifications

  6. Create Fee Profiles-Associate a fee profile to an Application - Update fee profile on application PUT {{sandboxAPI}}/application_profiles/{{applicationProfileId}}

  7. Create a Sale using a Card - Tokenize a Card POST {{sandboxAPI}}/payment_instruments

  8. Getting Started Guide - Step 1: Create an Identity for a Merchant POST {{sandboxAPI}}/identities/

  9. Getting Started Guide - Step 3: Provision Merchant Account POST {{sandboxAPI}}/identities/{{identity}}/merchants

  10. Getting Started Guide - Step 4: Create an Identity for a Buyer POST {{sandboxAPI}}/identities