Funds Collection

Overview

Your multi-currency global account issued against your Metaprise account maintains all the funds that are available for use. These funds are physically held by Metaprise and safeguarded securely with our network of global banking partners. You can receive payments directly through Metaprise collection account.

Before you begin

  • Sign up the Metaprise developer devhub platform to get your unique Client ID and API key.
  • Obtain your access token by authenticating to Metaprise using your unique Client ID and API key. You will need the access token to make API calls.
  • Set up webhooks to receive notifications on Funds Collection events.

Receive a funds collection Transaction

  1. Create a funds collection transaction in the dashboard

    1. Choose and click the account you want to reveive funds

    2. Get collection account details

    3. Send money via bank transfer


  2. Use API to Retrieve Transcations

    1. Using Retrieve Transcations to get the details of funds collection transcations

Retrieve Transcations

{
  "id": "67f687fe-dcf4-4462-92fa-20335301d9d8",							
  "type": "BANK_TRANSFER",							
  "status": "PENDING",							
  "created_at": "2017-03-20T14:00:01+1100",							
  "currency": "AUD",							
  "amount": 12794.27,							
  "global_account_id": "fcfc369c-ce9d-4ab7-b9af-80df61848f8f",	
  "payer": {
    "name": "Tester Smith",
    "country_code": "AU",
    "bank_account": {
      "type": "AU_BSB",
      "au_bsb": {
        "bsb": "063001",
        "account_number": "89098199202"
      },
      "name": "Tester Smith",
      "institution": {
        "swift_code": "ANZBNZ22",
        "name": "ANZ Bank Limited",
        "country_code": "AU"
      }
    }
  },
  "reference": "5487287788",
  "provider_transaction_id": "5487287788"
}