View Source Finix.Merchants (Finix v0.1.8)

Merchants

A Merchant resource represents the entity's merchant account on a processor. You need to create and successfully validate a Merchant before processing any payments for your merchant.

See Finix Merchants API Documentation for more info: https://finix.com/docs/api/tag/Merchants/

Summary

Functions

Create a Merchant to start the underwriting (also called provisioning) process for your seller. Merchants must be created under an Identity.

Retrieve the details of a Merchant.

Functions

Link to this function

create(identity_id, body, client_opts \\ %{})

View Source

Create a Merchant to start the underwriting (also called provisioning) process for your seller. Merchants must be created under an Identity.

A bank account must be associated with the previously created Identity before a Merchant can be successfully onboarded and verified.

Link to this function

fetch(merchant_id, client_opts \\ %{})

View Source

Retrieve the details of a Merchant.