February 2025
about 15 hours ago by Leon Menzies
-
Pagination has been added to the following endpoints
Method Endpoint Description GET /account-verification
Fetch micro deposit details. GET /bank-account
Get bank accounts linked to your account. GET /batch
List all batch transactions. GET /account/client-accounts
Get available client accounts. GET /account/client-accounts/scheduled-transfers
Get scheduled client account transfers. GET /account/client-accounts/transactions
List transactions affecting balance. GET /contacts
Get contacts associated with your account. GET /contacts/transactions
Get transactions for a contact. GET /credit-card
Get credit cards linked to your account. GET /debit-card
Get debit cards linked to your account. GET /eft/scheduled-transactions
Get scheduled EFT transactions. GET /elinx
Get list of all eLinx requests. GET /partner/account
Get accounts created via partner accounts. GET /account/transactions
Get transactions affecting account balance.
January 2025
about 1 month ago by Leon Menzies
-
New Contact Label Endpoints
Method Endpoint Description GET /contacts/label
Get a list of labels for a given contact. POST /contacts/label/add
Add a new label for a given contact. POST /contacts/label/delete
Delete a label for a given contact.
December 2024
2 months ago by Leon Menzies
-
New Client Account Label Endpoints
Method Endpoint Description GET /account/client-accounts/label
Get a list of labels for a given client account. POST /account/client-accounts/label/add
Add a new label for a given client account. POST /account/client-accounts/label/delete
Delete a label for a given client account. -
Update eLinx Endpoint
Method Endpoint Description POST /elinx
Now updated to send via SMS.
November 2024
3 months ago by Leon Menzies
-
New Recipient Contacts Endpoints
Method Endpoint Description GET /gcm/recipient-contacts
Get a list of recipient contacts for the account. POST /gcm/recipient-contacts/add
Add a new recipient contact. POST /gcm/recipient-contacts/edit
Edit an existing recipient contact. POST /gcm/recipient-contacts/favorites/add
Add a recipient to favorites. POST /gcm/recipient-contacts/favorites/delete
Remove a recipient from favorites. -
New Government Identifiers Endpoints
Method Endpoint Description GET /gcm/government-identifier
Get stored government IDs for a client/corridor. GET /gcm/government-identifier/schemas
Get available government ID schemas. POST /gcm/government-identifier/add
Add a new government ID. POST /gcm/government-identifier/delete
Delete a government ID. -
New Watchlist Endpoints
Method Endpoint Description GET /gcm/watchlist
Get watchlisted corridors for a client account. POST /gcm/watchlist/add
Add a corridor to the watchlist. POST /gcm/watchlist/delete
Remove a corridor from the watchlist. -
New Withdrawal Rates Endpoints
Method Endpoint Description GET /gcm/withdraw/rates
Get carded rates for processor/delivery method. -
New Embed URL Endpoints
Method Endpoint Description POST /gcm/generate-embed-url
Generate URL for crossborder iframe.
October 2024
4 months ago by Leon Menzies
-
New Global Cash Management Delivery Channel Endpoints
Method Endpoint Description GET /gcm/delivery-channels
Get available delivery methods for a corridor/use case. GET /gcm/delivery-channels/fields
Get required fields for a delivery method. GET /gcm/delivery-channels/fields/data
Get stored data for a client account/contact. GET /gcm/delivery-methods
Get stored delivery methods for a recipient. POST /gcm/delivery-methods/add
Add a new delivery method. POST /gcm/delivery-methods/edit
Edit an existing delivery method. POST /gcm/delivery-methods/delete
Delete a delivery method. -
New Global Cash Management Withdrawal Endpoints
Method Endpoint Description POST /gcm/withdraw/quote
Get a quote for buying/selling amount via delivery method. GET /gcm/withdraw/quotes
Get a list of withdraw quotes. POST /gcm/withdraw
Create a crossborder withdrawal transaction. POST /gcm/withdraw/confirm
Confirm a pending withdrawal transaction. POST /gcm/withdraw/cancel
Cancel a pending withdrawal transaction. GET /gcm/withdraw/transactions
Get list of withdrawal transactions.
September 2024
5 months ago by Leon Menzies
-
Updated eLinx Endpoint
Method Endpoint Description POST /elinx
The eLinx endpoint updated to accept flexible payment options. -
Updated Fetch Transactions Endpoint
Method Endpoint Description GET /account/transactions
The Transactions endpoint updated to accept a transaction status filter.
August 2024
6 months ago by Leon Menzies
-
Updated Account Balance Endpoint
Method Endpoint Description GET /account/balance
Get the Account Balance with an option to retrieve historical balances by passing in a date. -
New Auto-Balance Transfer Endpoint
Method Endpoint Description GET /account/auto-balance/transfer-report
Retrieve a report of auto-balance transfers. -
New Account API Key Endpoints
Method Endpoint Description POST /apikeys/add
Add a new API key. POST /apikeys/edit
Edit an existing API key. POST /apikeys/delete
Delete an API key. POST /apikeys/retrieve
Retrieve an API key. GET /apikeys
Retrieve all API keys. -
New Partner Account API Key Endpoints
Method Endpoint Description POST /apipartnerkeys/add
Add a new API key for a Partner Account. POST /apipartnerkeys/edit
Edit an existing Partner Account API key. POST /apipartnerkeys/delete
Delete a Partner Account API key. POST /apipartnerkeys/retrieve
Retrieve a Partner Account API key. GET /apipartnerkeys
Retrieve all Partner Account API keys.
July 2024
7 months ago by Leon Menzies
-
New Journal Entry Endpoints
Method Endpoint Description POST /journal-entry/add
Add a new Journal Entry. POST /journal-entry/edit
Edit an existing Journal Entry. POST /journal-entry/delete
Delete a Journal Entry. POST /journal-entry/transfer
Transfer a Journal Entry. GET /journal-entry
Get a Journal Entry. -
New Client Account Wallet Endpoints
Method Endpoint Description POST /client-account/create-wallet
Create a new Wallet. POST /client-account/wallet/transfer
Transfer funds between Wallets. POST /client-account/delete-wallet
Delete a Wallet. POST /client-account/edit-wallet
Edit a Wallet. GET /client-account/wallets
Get a list of Wallets.
June 2024
8 months ago by Leon Menzies
-
New Email Endpoints
Method Endpoint Description POST /email/add
Add a new Email Address. POST /email/delete
Delete an Email Address. GET /email
Get a list of Email Addresses. POST /email/set-my-email
Set My Email Address. GET /email/default
Get the Default Email Address.
May 2024
9 months ago by Leon Menzies
-
New Contact Endpoints
Method Endpoint Description POST /contact/add
Add a new Contact. POST /contact/edit
Edit a Contact. POST /contact/deactivate
Deactivate a Contact. POST /contact/activate
Activate a Contact. GET /contact
Get a list of Contacts. GET /contact/payment-methods
Get Contact Payment Methods. GET /contact/transactions
Get Contact Transactions. POST /contact/notes/add
Add a Contact Note. POST /contact/notes/edit
Edit a Contact Note. POST /contact/notes/delete
Delete a Contact Note. GET /contact/notes
Get Contact Notes.