Docs
English
English
  • SimpleFi
    • On-site payments
    • Online payments
    • Available tokens
  • Merchant management
    • Authentication
    • Merchant settings
    • Payment requests
    • Status notifications
    • Static QR
  • API Reference
    • Authentication
    • Errors
    • Creating a payment request
    • Querying the status of a payment
    • Canceling a payment request
    • Refunding a payment
    • Notification Webhook
    • Linking Business to Network
  • Implementation details by method
    • Checkout Redirect
    • Dynamic QR
Powered by GitBook
On this page
  1. API Reference

Authentication

To start integrating with SimpleFi, you will need API Keys.

These credentials can be requested in the SimpleFi back office once available. In the meantime, request the credentials via email at francisco@muvinai.com.

The API Key is sent in Bearer token format, in the header:

Authorization: Bearer <token>

PreviousAPI ReferenceNextErrors

Last updated 7 months ago