ZINC API
HomeSign InSupport
HomeSign InSupport
  1. Core Resources
  • API Reference
  • Authentication
    • Get Access token
      GET
  • Core Resources
    • Accounts
      • Create Account
      • Get Account
      • Update Account
      • Get Account Balance
      • Submit Account For Activation
      • Get Account Transactions
      • Get Account Supported Currencies
      • Get Account Beneficiaries
    • Beneficiary
      • Add Beneficiary
      • Get Beneficiaries
      • Delete Beneficiary
    • Currency Accounts
      • Create Currency Account
      • Get Currency Account Details
    • Payouts
      • Create Payout
      • Get Payouts For Account
    • Cards
      • Simulation
        • Simulate Card Transaction
      • Create Card
      • Get Card Details
      • Update Transaction Limits
      • Update Cards Status
      • Get Card Transactions
    • Conversions
      • Create Conversion
      • Get Quote
    • Services
      • Upload File
  1. Core Resources

Account

Account#

end points

Create Account#

Creates a new account with the provided details that is linked to the multi-currency wallet.To append documents, please use the ‘file upload’ endpoint. You can append more information to the account after creation using the ‘update account’ endpoint. Once all the required information has been provided you can submit the account using the ‘Submit Account For Activation’ endpoint

Get Account#

Retrieves details of a specific account using its ID.

Get Account Balance#

Retrieves the balance details of a specific account. This involves balance details in all the supported currencies.

Get Account Beneficiaries#

Retrieve beneficiaries associated with a specific account. This endpoint lists all the beneficiaries linked to the account for the purpose of making payouts.

Get Account Transactions#

Retrieve transactions of a specific account. This endpoint lists all transactions associated with the account, including deposits, paypouts and conversions.

Get Supported Currencies#

Retrieve transactions of a specific account. This endpoint lists all transactions associated with the account, including deposits, paypouts and conversions.
curl --location 'https://api-sandbox.z.inc/api/v1/account/:id/transactions' \
--header 'x-api-version: 2024-07-28' \
--header 'Authorization: Bearer 3aae7b2a-de82-4b64-bce2-c63cbf4133cc'

Submit Account For Activation#

To complete registration of an account, all mandatory fields and documentation must be submitted. After account activation, if you update primary_contact.email using the ‘Update account’ endpoint, you need to submit the account in order for the changes to take effect (available for individual accounts only).
💡
This is only for demo account testing purpose

Update Account#

Updates the details of an existing account.You can update the information prior to submitting the account for activation. can still update primary_contact.email and then use the ‘Submit Account For Activation’ endpoint to make the update take effect.
Modified at 2024-07-28 15:18:17
Previous
Get Access token
Next
Create Account