Testone
The SettleGo API lets you develop custom solutions to manage your organization’s payments. Our API offers an easy integration with all the functionality needed for the modern finance department. By accessing SettleGo’s core engine through the API, you will be able to manage the entire cash flow from collection to payout.
Sign up for a Sandbox SettleGo user and start exploring our REST API. If you need assistance following this documentation, contact us at contact@settlego.com and we will respond as soon as we can.
Environments | |
---|---|
Sandbox | https://sandbox-api.settlego.com/api/v1 |
Production | https://api.settlego.com/api/v1 |
Generates a token to authenticate all calls following login.
Request body
ApiKey and loginId are required for calling the login endpoint.
Generated after user creates SettleGo account
Email address used during SettleGo account signup
Responses
Successful login
Body
The authentication token (x-auth-token) that will be used for all subsequent calls
sample login request
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/authentication/login" \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"loginId": "email@code.com",
"apiKey": "25EC53548E5694299168201EE916029F5300CECF9669ABF496FE385F62B71152"
}'
sample login response
{
"token": "eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V"
}
Perform this call to manually end the session. Alternatively, the user can wait for the session to time out.
Request headers
Authorization token that was returned from the login call
Responses
sample logout call
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/authentication/logout" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
The token returned from the login call.
Code | Description |
---|---|
200 | Request succeeded. |
400 | Bad request, request is not well-formed or syntactically incorrect. |
401 | Authentication failure. Verify that the authorization token is correct. |
500 | Internal server error, although the client provided a correct request the server experienced a problem. |
Once the SettleGo user is authenticated, a currency account can be created by calling the /currency-accounts
endpoint.
{currency}
{id}
Creates a currency account of a given currency for the authenticated SettleGo user.
Request parameters
Three letter currency code
If a main client is creating the currency account for a linked client, id of the linked client is specified on this parameter
Responses
Body
Three letter currency code
One of pending, processing, released, canceled, suspended, completed, failed
Currency account balance
Bank name used for deposit (pay-in)
Account holder name
Account number
Swift Number for the bank account
Iban for the bank account
Bank address
Bank country
List of routing codes
Sample create a currency account request
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/currency-accounts" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"currency": "USD"
}'
{"currency":"USD",
"status":"active",
"balance":0,
"bankName":"SIM BANK",
"bankAccountHolderName":"SIM ACCOUNT",
"accountNumber":"12345678",
"bicSwift":"SIM0000",
"iban":"SM000000000000000000000000",
"bankAddress":null,
"bankCountry":null,
"routingCodeList":null}
Returns the authenticated user’s currency accounts.
Request parameters
Linked client id (if a main client created the currency account for a linked client, id of the linked client can be specified on this parameter to filter results)
Responses
Successful response will contain an array of the following response body
Body
Three letter currency code
active or inactive
currency account balance
Bank name
Name of bank account holder
Bank account number
Bic or swift for the bank account
Bank IBAN number
Bank address
Two digit bank country code
List of routing codes as key-value pairs
routingCodeList
[
"sort_code",
"202020"
]
[
"blz_code",
"10011110"
]
sample request to list currency accounts
curl "https://sandbox-api.settlego.com/api/v1/currency-accounts" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
sample response to list currency accounts
{"currencyAccountList":
[{"currency":"EUR",
"status":"active",
"balance":0.00,
"bankName":"SIM BANK",
"bankAccountHolderName":"SIM ACCOUNT",
"accountNumber":"12345678",
"bicSwift":"SIM0000",
"iban":"DE04700TESTIBAN0000090",
"bankAddress":null,
"bankCountry":null,
"routingCodeList":null},
{"currency":"GBP",
"status":"active",
"balance":0.00,
"bankName":"SIM BANK",
"bankAccountHolderName":"SIM ACCOUNT",
"accountNumber":"12345678",
"bicSwift":"SIM0000",
"iban":"DE04700TESTIBAN0000084",
"bankAddress":null,
"bankCountry":null,
"routingCodeList":null},
{"currency":"USD",
"status":"active",
"balance":0.00,
"bankName":"SIM BANK",
"bankAccountHolderName":"SIM ACCOUNT",
"accountNumber":"12345678",
"bicSwift":"SIM0000",
"iban":"SM000000000000000000000000",
"bankAddress":null,
"bankCountry":null,
"routingCodeList":null}]}
{currency}
Retrieves the currency account by specified currency code.
Path variables
Three letter currency code (i.e. GBP, USD, EUR…)
Responses
Body
Three letter currency code
active or inactive
Currency account balance
Bank name
Bank account holder name
Bank account number
Bic or swift for the bank account
Bank account IBAN number
Bank address
Two digit bank country code
List of routing codes
[
"sort_code",
"202020"
]
[
"blz_code",
"10011110"
]
sample request to retrieve a currency account
curl "https://sandbox-api.settlego.com/api/v1/currency-accounts/GBP" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2VjQGNvZGVzcGFjZWRldi5jb20iLCJpbnN0YW5jZUlkIjoiMSIsInJvbGUiOlsiVVNSIl0sImNoYW5uZWwiOiJBUEkiLCJzZXNzaW9uSWQiOiI0ZmRmZjc3OS02ZDE1LTQ2ZmEtOTJjMi0yYTEyNzVmMDhmNmIiLCJsb2dpbkV2ZW50SWQiOiI4NzQiLCJ0eXBlIjoiMSIsImV4cCI6MTUyMTAxNTc4NiwidXNlcklkIjoiMTE3IiwiaWF0IjoxNTIxMDEyMTg2fQ.rBZIy5okAp5wiToXtEXAczHwHy2Mr-ACGANp4jF1eR_CW8lQ2xOGxwouq0AtvrsqQATpYSciKvNH51SbLoettA'
sample response to retrieve a currency account
{"currency":"GBP",
"status":"active",
"balance":0.00,
"bankName":"SIM BANK",
"bankAccountHolderName":"SIM ACCOUNT",
"accountNumber":"12345678",
"bicSwift":"SIM0000",
"iban":"DE04700TESTIBAN0000084",
"bankAddress":null,
"bankCountry":null,
"routingCodeList":null}
Returns the balance history of SettleGo user’s currency accounts. A date range can be specified to retrieve balances during a specific time period.
Request parameters
i.e. 1
i.e. 100
Three letter currency code
Starting date to filter results (i.e. 2017-01-01)
End date to filter results (i.e. 2018-01-01)
Linked client id (if a main client created the currency account for a linked client, id of the linked client can be specified on this parameter to filter results)
Responses
Successful response will be an array of below response object.
Body
Three letter currency code
Date of balance change
Balance before change
Balance after change
sample request to list balance histories
curl "https://sandbox-api.settlego.com/api/v1/currency-accounts/balance-history?pageSize=100&pageNumber=1&minDate=2017-01-01&maxDate=2018-03-18" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
sample response to list balance histories
{"pagination":{"totalEntryCount":2,"totalPageCount":1,"currentPage":1,
"maximumPageSize":100,"currentPageSize":2,"previousPage":0,"nextPage":0},
"balanceList":[
{"currency":"GBP",
"date":"2018-03-16",
"openingBalance":0.00,
"closingBalance":100.00},
{"currency":"USD",
"date":"2018-03-16",
"openingBalance":0.00,
"closingBalance":100.00}]}
{id}
Returns the pay-in (deposit into currency account) specified by the pay-in id.
Path variables
Pay-in id
Responses
Body
Pay-in id
Transaction amount
Three letter currency code
Reference number
Time and date of transaction
Sender name
Sender address
Sender bank indetifier code
Sender iban
Sender information
sample request to get pay-in
curl "https://sandbox-api.settlego.com/api/v1/pay-ins/8be9c226-44d5-4155-8c3c-8ba5acc8dc4f" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get pay-in
"id":"8be9c226-44d5-4155-8c3c-8ba5acc8dc4f",
"amount":50.00,
"currency":"GBP",
"reference":"20180320-1E1QK9",
"transactionDateTime":"2018-03-20 07:57:52",
"senderName":null,
"senderAddress":null,
"senderBic":null,
"senderIban":null,
"senderInformation":null
Lists payments received on user’s currency accounts.
Request parameters
i.e. 100
i.e. 1
Linked client id (if a main client created the currency account for a linked client, id of the linked client can be specified on this parameter to filter results)
Filter results by three letter currency code
Filter by minimum transaction amount
Filter by maximum transaction amount
Filter by minimum transaction date (i.e. 2017-01-01)
Filter by maximum transaction date (i.e. 2018-01-01)
Responses
Successful response will return an array of below response object.
Body
Pay-in id
Transaction amount
Three letter currency code
Reference number
Time and date of transaction
Sender name
Sender address
Sender bank identifier code
Sender iban
sender information
sample request to list pay-ins
curl "https://sandbox-api.settlego.com/api/v1/pay-ins?pageSize=100&pageNumber=1" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list pay-ins
"pagination":{"totalEntryCount":1,"totalPageCount":1,"currentPage":1,"maximumPageSize":100,
"currentPageSize":1,"previousPage":0,"nextPage":0},"transactionList":[
{"id":"8be9c226-44d5-4155-8c3c-8ba5acc8dc4f",
"amount":50.00,
"currency":"GBP",
"reference":"20180320-1E1QK9",
"transactionDateTime":"2018-03-20 07:57:52",
"senderName":null,
"senderAddress":null,
"senderBic":null,
"senderIban":null,
"senderInformation":null}]}
{id}
{id}
{id}
/cancel{id}
/cancelCreates a payment from a currency account to a beneficiary account.
Request body
Three letter currency code
Payment amount
Payment date
standard or express (some beneficiary accounts only support standard payments)
One of : Personal, Other, Goods, Staff, Overheads, Funds, Income
If reasonCode is other then a text reason explanation is required
Receiver beneficiary account id
Payment reference number
Optional - Client generated unique reference number
If a main client is creating this payment transaction on behalf of a linked client, id of the linked client performing the payment is specified on this parameter
Responses
Body
The following fields are only populated if the currency account’s balance is insufficient and a pay in (deposit) is required to complete the payment. The payin fields are specifying the bank account that requires the deposit.
Fields:
payInBankName
,
payInBankAccountHolderName
,
payInAccountNumber
,
payInBicSwift
,
payInIban
,
payInReference
Payment id
Payment currency
Payment amount
Paymetn date
Beneficiary id that received the payment
Standard or express
Reason for payment
One of : Personal, Other, Goods, Staff, Overheads, Funds, Income
Payment reference number
Payment status
Client generated unique reference number
Name of bank that expects the pay-in
Bank account holder name for the pay-in
Bank account that expects the pay-in
Bic/Swift number for the pay-in account
Iban for the pay-in account
Reference number for the pay-in account
If a main client is creating this payment transaction on behalf of a linked client, id of the linked client performing the payment is specified on this parameter
sample request to create a payment
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/payments" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"amount": 100,
"reference": "133",
"reason": "other",
"beneficiaryId": "e45d0182-a473-4dd7-892b-07692a522f91",
"paymentType": "standard",
"currency": "GBP",
"reasonCode": "other",
"paymentDate": "2017-12-31"
}'
sample response to create a payment
{"id":"20180318-R95ZNE",
"currency":"GBP",
"amount":100,
"paymentDate":"2017-12-31",
"beneficiaryId":"e45d0182-a473-4dd7-892b-07692a522f91",
"paymentType":"standard",
"reasonCode":"other",
"reason":"other",
"reference":"20180318-R95ZNE",
"paymentStatus":"pending",
"externalId":null,
"payInBankName":null,
"payInBankAccountHolderName":null,
"payInAccountNumber":null,
"payInBicSwift":null,
"payInIban":null,
"payInReference":null}
Lists payments for the authenticated SettleGo user.
Request parameters
Request uses the following URL parameters.
i.e. 1
i.e. 100
Request body
Following request parameters are optional.
Filter results by creation date from requested date onwards
Filter results by creation date until requested date
Filter results by payment date from requested date onwards
Filter results by payment date until requested date
Filter results by payment reference
Filter by three digit currency code
Filter results by minimum payment amount
Filter results by maximum payment amount
Filter by beneficiary id
One of pending, processing, released, canceled, suspended, completed, failed
Filters payments by specific linked client id
Responses
Successful response returns an array of the below response object.
Body
Payment id
Three letter currency code
Payment amount
Date of payment
Beneficiary id that received the payment
Standard or express
One of : Personal, Other, Goods, Staff, Overheads, Funds, Income
Payment reason
Payment reference number
Payment status
Client generated unique reference number
sample request to list payments
curl "https://sandbox-api.settlego.com/api/v1/payments?pageSize=100&pageNumber=1" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list payments
{"pagination":{"totalEntryCount":1,"totalPageCount":1,"currentPage":1,
"maximumPageSize":100,"currentPageSize":1,"previousPage":0,"nextPage":0},
"paymentList":[
{"id":"20180318-R95ZNE",
"currency":"GBP",
"amount":100.00,
"paymentDate":"2018-03-18",
"beneficiaryId":"e45d0182-a473-4dd7-892b-07692a522f91",
"paymentType":"standard",
"reasonCode":"other",
"reason":"other",
"reference":"TXN-SIM-bb37ff7b-2872-4eb1",
"externalId": null,
"paymentStatus":"pending"}]}
{id}
Retrieves a payment by payment id.
Path variables
Payment id
Responses
Body
Payment id
Three letter currency code
Payment amount
Date of payment
Beneficiary id that received the payment
Standard or express
One of : Personal, Other, Goods, Staff, Overheads, Funds, Income
Payment reason
Payment reference number
Payment status
Client generated unique reference number
sample request to get a payment by id
curl "https://sandbox-api.settlego.com/api/v1/payments/d74df780-71d7-4b73-8f00-2750c2ab80ee" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2'
sample response to get a payment by id
"id":"d74df780-71d7-4b73-8f00-2750c2ab80ee",
"externalId":null,
"currency":"GBP",
"amount":100.00,
"paymentDate":"2018-03-20",
"beneficiaryId":"e45d0182-a473-4dd7-892b-07692a522f91",
"paymentType":"standard",
"reasonCode":"other",
"reason":"other",
"reference":"TXN-SIM-ed1c7dd8-1024-492e",
"paymentStatus":"pending"
{id}
Retrieves a payment by an external id.
Path variables
External id (specified on payment creation)
Responses
Body
Payment id
Three letter currency code
Payment amount
Date of payment
Receiver beneficiary id
standard or express
One of : Personal, Other, Goods, Staff, Overheads, Funds, Income
Payment reason
Payment reference number
Payment status
Client generated unique reference number
sample response to get payment by external id
"id":"20180318-R95ZNE",
"currency":"GBP",
"amount":100.00,
"paymentDate":"2018-03-18",
"beneficiaryId":"e45d0182-a473-4dd7-892b-07692a522f91",
"paymentType":"standard",
"reasonCode":"other",
"reason":"other",
"reference":"TXN-SIM-bb37ff7b-2872-4eb1",
"paymentStatus":"pending",
"externalId":null
{id}
/cancelCancels a payment request using the payment id.
Path variables
Id of the payment that will be cancelled
Responses
sample request to cancel payment by id
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/payments/d74df780-71d7-4b73-8f00-2750c2ab80ee/cancel" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
{id}
/cancelCancels the payment using the external id.
Path variables
External id of the payment that will be cancelled. In the below curl example “testBankExt12” is used for external id.
Responses
sample request to cancel request by external id
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/payments/external/testBankExt12/cancel" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
A beneficiary account is a bank account you use to transfer funds from your currency accounts.
{id}
{id}
{id}
{id}
{id}
Creates a new beneficiary account.
Information that is required for creating a beneficiary bank account depends on various variables. Country specific fields such as sort code for UK, routing number for US, BLZ for Germany are few examples of bank account variations. If you are not sure of your beneficiary bank details, refer to this endpoint to properly format your ‘create a beneficiary’ request.
Request body
If beneficiaryType is retail, firstName and lastName are required. If beneficiaryType is corporate, title is required.
Beneficiary name
Corporate or retail
Required for retail
Required for retail
Required for corporate
Two letter country code
Postal code
City
Address line
8 digit bank account number
Iban
Bank identifier code
Three letter bank currency code
Two letter bank country code
Bank account holder name
standard or express (or both)
Routing code list as key-value pairs
[
"key": "sort_code",
"value": "123123"
]
Bank name
Bank address
If a main client is creating this beneficiary on behalf of a linked client, id of the linked client creating the beneficiary is specified on this parameter
Responses
Body
Beneficiary id
Client generated unique reference number
Client specified beneficiary name or alias
Beneficiary type
First name
Last name
Company name or title
Country
Postal code
State or province
City
Address Line
Account number
Account iban
Bank identifier code
Three letter currency code
Bank country
Holder name on bank account
Supported payment types
Routing code list
Bank name
Bank address
If a main client is creating this beneficiary on behalf of a linked client, id of the linked client creating the beneficiary is specified on this parameter
sample request to create a benecificary
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/beneficiaries?pageSize=100&pageNumber=1" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"name": "Mysterious Beneficiary",
"beneficiaryType": "corporate",
"beneficiaryFirstName": null,
"beneficiaryLastName": null,
"companyName": "Murder Mistery Business",
"beneficiaryCountry": "GB",
"beneficiaryPostalCode": "12345",
"beneficiaryCity": "London",
"beneficiaryAddressLine": "221B Baker Street",
"accountNumber": "12312312",
"iban": "GB11000010015555999966",
"bic": "ABCDGB11",
"currency": "GBP",
"bankAccountCountry": "GB",
"bankAccountHolderName": "Sherlock Holmes",
"paymentTypeList": [
"standard"
],
"routingCodeList": [
{
"key": "sort_code",
"value": "123123"
}
],
"bankName": "ABCD BANK",
"bankAddress": "12345 Main Street",
"externalId": "12345678-1234-5678-1234-567812345678"
}'
sample response to create a beneficiary
{"id":"d39b3a46-a559-4c63-9744-ddb656914f18",
"externalId":"12345678-1234-5678-1234-567812345678",
"name":"Mysterious Beneficiary",
"beneficiaryType":"corporate",
"beneficiaryFirstName":null,
"beneficiaryLastName":null,
"companyName":"Murder Mistery Business",
"beneficiaryCountry":"GB",
"beneficiaryState":null,
"beneficiaryPostalCode":"12345",
"beneficiaryCity":"London",
"beneficiaryAddressLine":"221B Baker Street",
"accountNumber":"12312312",
"iban":"GB11000010015555999966",
"bic":"ABCDGB11",
"currency":"GBP",
"bankAccountCountry":"GB",
"bankAccountHolderName":"Sherlock Holmes",
"paymentTypeList":null,
"routingCodeList":[{"key":"sort_code","value":"123123"}],
"bankName":"TEST BANK",
"bankAddress":"TEST ADDRESS"}
Lists beneficiary accounts for the authenticated SettleGo user.
Request parameters
i.e. 100
i.e. 1
Request body
Following parameters are optional.
Filter by beneficiary name
Filter by three letter currency code
Filter by two letter country code
standard or express
Client generated unique reference number
Responses
Successful response will return an array of the below response object.
Body
Beneficiary id
Client generated unique reference number
Name of beneficiary
Beneficiary bank country name
Three letter currency code
sample request to list beneficiaries
curl "https://sandbox-api.settlego.com/api/v1/beneficiaries?pageSize=100&pageNumber=1" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
sample response to list beneficiaries
{"pagination":{"totalEntryCount":1,"totalPageCount":1,"currentPage":1,
"maximumPageSize":100,"currentPageSize":1,"previousPage":0,"nextPage":0},
"beneficiaryList":[
{"id":"e45d0182-a473-4dd7-892b-07692a522f91",
"externalId":null,
"beneficiaryName":"First test bene",
"currency":"GBP",
"bankCountryName":"United Kingdom of Great Britain and Northern Ireland"}]}
{id}
Returns the beneficiary account by beneficiary id.
Path variables
Beneficiary id
Responses
Body
Beneficiary id
Beneficiary name
Three letter currency code
Bank country name
Client generated unique reference number
retail or corporate
Only required if type is retail
Only required if type is retail
Only required if type is corporate, title of company
Address country
State
Postal code
City
Address line
Account number
Account iban
Account bank identifier code
Account holder name
standard or express
Routing information as key-value pairs
Bank name
Bank address
sample request to get beneficiary by id
curl "https://sandbox-api.settlego.com/api/v1/beneficiaries/e45d0182-a473-4dd7-892b-07692a522f91" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get beneficiary by id
{"id":"e45d0182-a473-4dd7-892b-07692a522f91",
"externalId":null,
"name":"First test bene",
"beneficiaryType":"corporate",
"firstName":null,
"lastName":null,
"title":"First business",
"addressCountry":null,
"addressState":null,
"addressPostalCode":null,
"addressCity":null,
"addressLine":null,
"bankAccountNumber":"25337846",
"bankAccountIban":null,
"bankAccountBic":null,
"bankAccountCurrency":"GBP",
"bankAccountCountry":"GB",
"bankAccountHolderName":"First tester",
"bankAccountPaymentTypeList":["standard"],
"bankAccountRoutingCodeList":[{"key":"sort_code","value":"308087"}],
"bankAccountInformationBankName":"TEST BANK",
"bankAccountInformationBankAddress":"TEST ADDRESS"}
{id}
Updates the beneficiary specified by the beneficiary id.
Path variables
Beneficiary id
Request body
Fields that are not specified on the update request will be set to null.
Bank line address
Company title
standard or express (or both)
Account holder name
Bank account iban
Three letter account currency code
Last name
First name
Two letter country code
City name
Client specified beneficiary name
Two letter bank account country
Routing codes as key-value pairs
"key" : "sort_code"
"value": "123123"
Corporate or retail
Bank identifier code
Bank account number
Bank name
Address line
Client generated unique reference number
Beneficiary postal code
If a main client is updating this beneficiary on behalf of a linked client, id of the linked client updating the beneficiary is specified on this parameter
Responses
Body
Beneficiary id
Client generated unique reference number
Client specified beneficiary name
Corporate or retail
First name
Last name
Company title
Two letter beneficiary country code
Beneficiary state or province code
Beneficiary postal code
Beneficiary city
Beneficiary address line
Account number
Iban
Bank identifier code
Three letter currency code
Two letter country code of bank account country
Account holder name
standard or express (or both)
list of routing codes as key-value pairs
Bank name
Bank address
If a main client is updating this beneficiary on behalf of a linked client, id of the linked client updating the beneficiary is specified on this parameter
sample request to update beneficiary
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/beneficiaries/e45d0182-a473-4dd7-892b-07692a522f91" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"bankAddress": "12345 Main Street",
"beneficaryFirstName": null,
"paymentTypeList": [
"standard"
],
"bankAccountHolderName": "Sherlock Holmes",
"iban": "GB11000010015555999966",
"currency": "GBP",
"beneficiaryLastName": null,
"beneficiaryCountry": "GB",
"beneficiaryCity": "London",
"name": "Sandbox Tester Updated",
"bankAccountCountry": "GB",
"companyName": "Tester Business DEP",
"routingCodeList": [
{
"key": "sort_code",
"value": "123123"
}
],
"beneficiaryType": "corporate",
"bic": "ABCDGB11",
"accountNumber": "12312312",
"bankName": "ABCD BANK",
"beneficiaryAddressLine": "221B Baker Street",
"externalId": "12365748-1234-4444-1234-567812345678",
"beneficiaryPostalCode": "12345"
}'
sample response to update beneficiary
{"id":"e45d0182-a473-4dd7-892b-07692a522f91",
"externalId":null,
"name":"Sandbox Tester Updated",
"beneficiaryType":"corporate",
"beneficiaryFirstName":null,
"beneficiaryLastName":null,
"companyName":"Tester Business DEP",
"beneficiaryCountry":"GB",
"beneficiaryState":null,
"beneficiaryPostalCode":"12345",
"beneficiaryCity":"London",
"beneficiaryAddressLine":"221B Baker Street",
"accountNumber":"12312312",
"iban":"GB11000010015555999966",
"bic":"ABCDGB11",
"currency":"GBP",
"bankAccountCountry":"GB",
"bankAccountHolderName":"Sherlock Holmes",
"paymentTypeList":null,
"routingCodeList":[{"key":"sort_code","value":"123123"}],
"bankName":"TEST BANK",
"bankAddress":"TEST ADDRESS"}
{id}
Deletes the beneficiary account specified by the beneficiary id.
Path variables
Id of the beneficiary that will be deleted
sample request to delete a beneficiary by id
curl -X "DELETE" "https://sandbox-api.settlego.com/api/v1/beneficiaries/12345678-1234-5678-1234-567812345678" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
{id}
Deletes the beneficiary account specified by the external id. This endpoint uses the same request and response structure as delete beneficiary by id
but uses the externalId instead.
Path variables
External id of the beneficiary to be deleted
{id}
{id}
Create a conversion quote between two currencies. This quote can then be used to convert to the desired currency.
Request parameters
Three letter currency code of the currency to convert to
Three letter currency code of the currency to convert from
buy or sell
The amount of the fixed buy or sell currency
Date of conversion (i.e. 2017-12-31)
Responses
Body
Internal quote id
Currency to buy
Currency to sell
Amount to buy after conversion
Amount to sell
buy or sell
Market rate
Offered rate
Time at which this conversion quote will expire
Time at which this quote needs to settle by
sample request to create a quote
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/conversions/quotes" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: text/plain; charset=utf-8' \
-d $'{
"buyCurrency": "USD",
"sellCurrency": "GBP",
"amount": "10.00",
"fixedSide": "buy",
"conversionDate": "2018-03-16"
}'
sample response to create a quote
{"id":"08daf41a-7f3f-4a08-945e-e636d4c6e68b",
"buyCurrency":"USD",
"sellCurrency":"GBP",
"buyAmount":10,
"sellAmount":7.18,
"fixedSide":"buy",
"midMarketRate":0.717,
"offeredRate":0.7177,
"expirationDateTime":"2018-03-16T12:54:40.090",
"settlementCutOffDateTime":"2018-03-16T15:00:00.000"}
Once a conversiton quote is ready, a conversion operation can be initiated to convert between currencies.
Request body
id returned from the create a quote call
true or false
Client generated unique reference number
Responses
Body
Conversion id
SettleGo reference number
Amount sold
Amount bought
Currency sold
Currency bought
Rate used to perform conversion
Market conversion rate
Time and date of settlement
Client generated unique reference number
sample request to create a conversion
curl -X "POST" "https://sandbox-api.settlego.com/api/v1/conversions" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{
"quoteId": "4d0234e7-e338-4726-903a-e8899f932507",
"termAgreement": "true",
"externalId": "123434"
}'
sample response to create a conversion
{"id":"347ddc6a-ea71-400c-b623-f796c159975e",
"reference":"20180316-XVKOX9",
"sellAmount":7.18,
"buyAmount":10,
"sellCurrency":"GBP",
"buyCurrency":"USD",
"offeredRate":0.7177,
"midMarketRate":0.717,
"settlementDateTime":"2018-03-16 15:00:00",
"externalId":"123434"}
Returns a list of conversions initiated by the SettleGo user.
Request parameters
i.e. 100
i.e. 1
Request body
Following request parameters are optional, they can be used to filter returned results.
Three letter currency code of the currency sold.
Three letter currency code of the currency bought.
Filter results by minimum amount sold.
Filter results by maximum amount sold.
Filter results by minimum amount bought.
Filter results by maximum amount bought.
One of pending_awaiting_funds, funds_allocated, processing, completed, canceled
Filter results by settlement date from requested date onwards.
Filter results by settlement date until requested date.
Filter results by creation date from requested date onwards.
Filter results by creation date until requested date.
Responses
Body
Internal conversion id
Reference number
Currency sold
Currency bought
Currency amount sold
Currency amount bought
Conversion operation status
Rate applied to conversion
Market conversion rate
Time and date when conversion started
Time and date when conversion settled
Time and date when conversion completed
Client generated unique reference number
sample request to list conversions
curl "https://sandbox-api.settlego.com/api/v1/conversions?pageSize=100&pageNumber=1" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list conversions
{"pagination": {"totalEntryCount":2,"totalPageCount":1,"currentPage":1,
"maximumPageSize":100,"currentPageSize":2,"previousPage":0,"nextPage":0},
"conversionList":[
{"id":"347ddc6a-ea71-400c-b623-f796c159975e",
"reference":"20180316-XVKOX9",
"sellCurrency":"GBP",
"buyCurrency":"USD",
"sellAmount":7.18,
"buyAmount":10.00,
"status":"pending_awaiting_funds",
"offeredRate":0.7177,
"midMarketRate":0.7170,
"creationDateTime":"2018-03-16T13:06:24.319",
"settlementDateTime":"2018-03-16T15:00:00.000",
"completionDateTime":null,
"externalId":"123434"},
{"id":"ccedf99a-f502-438f-a1ca-d15183ea316f",
"reference":"20180316-PVX559","sellCurrency":"GBP","buyCurrency":"EUR",
"sellAmount":10.00,
"buyAmount":11.29,
"status":"pending_awaiting_funds",
"offeredRate":1.1291,
"midMarketRate":1.1302,
"creationDateTime":"2018-03-16T12:36:48.510",
"settlementDateTime":"2018-03-16T15:00:00.000",
"completionDateTime":null,
"externalId":null}]}
{id}
Retrieves a conversion by conversion id.
Path variables
Conversion id
Responses
Body
Conversion id
Client generated unique reference number
Internal reference number
Sell currency
Buy currency
Conversion amount
Conversion status
Conversion rate
Market rate
Date and time of request
Date and time of settlement
Date and time of completion
sample request to get conversion by id
curl "https://sandbox-api.settlego.com/api/v1/conversions/347ddc6a-ea71-400c-b623-f796c159975e" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get conversion by id
"id":"347ddc6a-ea71-400c-b623-f796c159975e",
"externalId":"123434",
"reference":"20180316-XVKOX9",
"sellCurrency":"GBP",
"buyCurrency":"USD",
"sellAmount":7.18,
"buyAmount":10.00,
"status":"pending_awaiting_funds",
"offeredRate":0.717700000,
"midMarketRate":0.717000000,
"creationDateTime":"2018-03-16T13:06:24.319",
"settlementDateTime":"2018-03-16T15:00:00.000",
"completionDateTime":null
SettleGo offers its clients the ability to create linked clients
, which can be used either to onboard their own clients or segregate funds and transactions. To be able to use this feature, please Contact-Us so that you are configured as a main client.
Once a linked client is created, the main client may:
- receive money to the linked client currency account
- send money from the linked client currency account
- convert money between linked client currency accounts
- transfer funds to/from/between linked clients
{id}
Creates a linked client for the authenticated main client.
Request body
Corporate
Legal company name
Name of contact person
Email of contact person
Two letter primary phone country code
Primary phone number
Incorporation date
One of (partnership, public_limited_company, sole_trader, limited_liability, joint_stock_company, charity)
Two letter address country code
Address city
Address postal code
Address line
One of (other, travel, transport, fintech, credit, forestry, mining, exports, textiles/clothing, sports, telecom)
If industrySectorType is “other” then this freetext field is populated with the client sector type
Address state
User specified company number for the client
Responses
Body
corporate or retail
Legal name for the client
Company registration number
Incorporation date for the client
One of (partnership, public_limited_company, sole_trader, limited_liability, joint_stock_company, charity)
One of (other, travel, transport, fintech, credit, forestry, mining, exports, textiles/clothing, sports, telecom)
User specified sector
Contact person name
Contact person email
Two letter country code for the primary phone number
Primary phone number
Address country
Address state
Address city
Address postal code
Address line
sample request to create a linked client
curl -X POST \
https://sandbox-api.settlego.com/api/v1/clients \
-H 'Content-Type: application/json' \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-d '{
"legalEntityType": "corporate",
"legalName": "TESTLAPTOP INC. 220",
"companyNumber": "1011010",
"incorporationDate": "2015-11-21",
"legalForm": "partnership",
"industrySectorType": "fintech",
"industrySectorValue": null,
"tradingName": "TradingNameLaptops",
"contactName": "simulator",
"email": "elif@efttesting.com",
"primaryPhoneCountry": "TR" ,
"primaryPhoneNumber":"2130",
"registeredAddressCountry": "TR",
"registeredAddressState": null,
"registeredAddressCity": "İstanbul",
"registeredAddressPostalCode": 12345,
"registeredAddressLine": "Kayapalas Apt. Registered"
}'
sample response to create a linked client
{
"id": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"legalName": "TESTLAPTOP INC. 220",
"email": "elif@efttesting.com",
"status": "pending",
"legalEntityType": "corporate",
"contactName": "simulator",
"companyNumber": "1011010",
"primaryPhoneCountry": "TR",
"primaryPhoneNumber": "2130",
"registeredAddressCountry": "TR",
"registeredAddressState": null,
"registeredAddressPostalCode": "12345",
"registeredAddressCity": "İstanbul",
"registeredAddressLine": "Kayapalas Apt. Registered",
"legalForm": "partnership",
"industrySectorType": "fintech",
"industrySectorValue": null,
"incorporationDate": "2015-11-21"
}
Lists the linked clients for the main client.
Request parameters
10
1
Responses
Response will include an array of the below response object
Body
Client id
Legal name for the client
Client email address
Client status
sample request to list linked clients
curl -X GET \
'https://sandbox-api.settlego.com/api/v1/clients?pageSize=10&pageNumber=1' \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list linked clients
{
"pagination": {
"totalEntryCount": 3,
"totalPageCount": 1,
"currentPage": 1,
"maximumPageSize": 10,
"currentPageSize": 10,
"previousPage": 0,
"nextPage": 0
},
"clientList": [
{
"id": "f7f6662b-8818-4a6e-b85f-29452a027ec2",
"legalName": "TESTMIC INC.",
"email": "smithsonian@efttesting.com",
"status": "pending"
},
{
"id": "f37a50cd-3efb-4712-a9b6-9deb4789b6b9",
"legalName": "TESTPHONE INC.",
"email": "james3@efttesting.com",
"status": "pending"
},
{
"id": "26f38be5-4d43-4969-b300-2c1a55e2e4be",
"legalName": "TESTDESKTOP INC. 30",
"email": "john2@efttesting.com",
"status": "pending"
}
]
}
{id}
Returns the linked client by the specified client id.
Path variables
Linked client id
Responses
Body
Client id
Legal name for the client
Email address
Client status
corporate or retail
Contact person name
Company registration number
Two letter phone country code
Phone number
Address country
Address state
Address postal code
Address city
Address line
One of (partnership, public_limited_company, sole_trader, limited_liability, joint_stock_company, charity)
One of (other, travel, transport, fintech, credit, forestry, mining, exports, textiles/clothing, sports, telecom)
User specified sector value (if sector type is other)
Date of incorpration
sample request to get a linked client
curl -X GET \
https://sandbox-api.settlego.com/api/v1/clients/c1bb6e08-cb58-4509-b1e6-bfb77a1037fc \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get a linked client
{
"id": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"legalName": "TESTLAPTOP INC. 220",
"email": "elif@efttesting.com",
"status": "pending",
"legalEntityType": "corporate",
"contactName": "simulator",
"companyNumber": "1011010",
"primaryPhoneCountry": "TR",
"primaryPhoneNumber": "2130",
"registeredAddressCountry": "TR",
"registeredAddressState": null,
"registeredAddressPostalCode": "12345",
"registeredAddressCity": "İstanbul",
"registeredAddressLine": "Kayapalas Apt. Registered",
"legalForm": "partnership",
"industrySectorType": "fintech",
"industrySectorValue": null,
"incorporationDate": "2015-11-21"
}
Transfer endpoint is used to transfer funds between the linked client currency accounts.
{id}
{id}
Creates a transaction to transfer funds between linked clients. Only main clients have the permission to create a transfer transaction.
Request body
Transaction amount
Three letter currency code
Client id that will receive the funds
User-specified external reference id
If the main client is performing the transaction on behalf of a linked client, id of the linked client sending the funds is specified on this parameter
User-specified reference number
Reason for fund transfer
Responses
Body
Transaction amount
Three letter currency code
Transfer transaction id
User-specified external id
Client id that is transferring the funds
Client id that is receiving the funds
User-specified reference number
User-specified reason for transfer
sample request to create a transfer transaction
curl -X POST \
https://sandbox-api.settlego.com/api/v1/transfers \
-H 'Content-Type: application/json' \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-d '{
"currency": "GBP",
"amount": 20,
"receiverClientId": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"externalId": "REF14"
}'
sample response to create a transfer transaction
{
"id": "f38251f0-7614-4df2-89ad-315a60bf1b3a",
"externalId": "REF14",
"senderClientId": "3a63c0a6-0254-42cb-8c1b-15c246a52026",
"receiverClientId": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"currency": "GBP",
"amount": 20,
"reference": null,
"reason": null
}
Lists the transfers performed by the authenticated main client.
Request parameters
10
1
Responses
Response will be an array of the below response object
Body
Transfer transaction id
User-specified external id for the transaction
Client that is transferring the funds
Client that is receiving the funds
Three letter currency code
Amount of transfer
User-specified reference number for the transfer
User-specified reason for transfer
sample request to list transfers
curl -X GET \
'https://sandbox-api.settlego.com/api/v1/transfers?pageSize=10&pageNumber=1' \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list transfers
{
"pagination": {
"totalEntryCount": 1,
"totalPageCount": 1,
"currentPage": 1,
"maximumPageSize": 10,
"currentPageSize": 1,
"previousPage": 0,
"nextPage": 0
},
"transferList": [
{
"id": "09be83ea-bc49-4064-a50a-e5b933ebd26a",
"externalId": null,
"senderClientId": "3a63c0a6-0254-42cb-8c1b-15c246a52026",
"receiverClientId": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"currency": "GBP",
"amount": 25,
"reference": "20180410-5EPJ1E",
"reason": null
}
]
}
{id}
Retrieves the transfer specified by the transfer id.
Path variables
Transfer id
Responses
Body
Transfer transaction id
User-specified external id for the transaction
Client id transferring the funds
Client id receiving the funds
Three letter currency code
Transfer amount
User-specified reference number
User-specified reason for transfer
sample request to get a transfer by id
curl -X GET \
https://sandbox-api.settlego.com/api/v1/transfers/09be83ea-bc49-4064-a50a-e5b933ebd26a \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get a transfer by id
{
"id": "09be83ea-bc49-4064-a50a-e5b933ebd26a",
"externalId": null,
"senderClientId": "3a63c0a6-0254-42cb-8c1b-15c246a52026",
"receiverClientId": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"currency": "GBP",
"amount": 25,
"reference": null,
"reason": null
}
{id}
Retrieves the transfer transaction by the specified external id.
Path variables
External reference id for the transfer
Responses
Body
Transfer id
User-specified external id for the transfer
Client id transferring the funds
Client id receiving the funds
Three letter currency code
Transfer amount
User-specified reference number
User-specified reason for transfer
sample request to get transfer by external id
curl -X GET \
https://sandbox-api.settlego.com/api/v1/transfers/external/REF14 \
-H 'X-AUTH-TOKEN: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get transfer by external id
{
"id": "f38251f0-7614-4df2-89ad-315a60bf1b3a",
"externalId": "REF14",
"senderClientId": "3a63c0a6-0254-42cb-8c1b-15c246a52026",
"receiverClientId": "c1bb6e08-cb58-4509-b1e6-bfb77a1037fc",
"currency": "GBP",
"amount": 20,
"reference": null,
"reason": null
}
This endpoint provides the required bank information to create a beneficiary. Bank accounts of different countries require different bank account information to route money. This endpoint provides the required information for the country and bank specified in the request.
Request parameters
Beneficiary account country
Three letter currency code of the account
Bank country
corporate or retail
Responses
Body
express or standard
true or false
Bank identifier code
required if account type is retail
required if account type is retail
required if account type is corporate
retail or corporate
i.e. Swift, sort_code…
sample request to get required beneficiary details
curl "https://sandbox-api.settlego.com/api/v1/reference/beneficiary-required-details?beneficiaryCountry=GB¤cy=GBP&bankAccountCountry=GB&beneficiaryType=corporate" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get required beneficiary details
{"metadataList":[
{"paymentType":"standard",
"addressRequired":false,
"accountNumber":"^\\d{8}$",
"iban":null,
"bic":null,
"firstName":null,
"lastName":null,
"title":"^.{1,255}",
"beneficiaryType":"corporate",
"routingCodeType":"sort_code",
"routingCodeFormat":"^\\d{6}$",
"bankName":null,
"bankAccountType":null,
"taxId":null}]}
{code}
Returns the list of supported currencies.
Responses
Successful response will return an array of below response body.
Body
Three letter currency code
Name of currency
Number of decimal places used for currency
sample request to list supported currencies
curl "https://sandbox-api.settlego.com/api/v1/reference/currencies" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2VjQGNvZGVzcGFjZWRldi5jb20iLCJpbnN0YW5jZUlkIjoiMSIsInJvbGUiOlsiVVNSIl0sImNoYW5uZWwiOiJBUEkiLCJzZXNzaW9uSWQiOiJjOTMxZmE4ZC02Y2M5LTQwYjQtYWNkNy1mMTk5MzQzOWNjNjAiLCJsb2dpbkV2ZW50SWQiOiI4MDQiLCJ0eXBlIjoiMSIsImV4cCI6MTUyMDU3OTI3NywidXNlcklkIjoiMTE3IiwiaWF0IjoxNTIwNTc1Njc3fQ.2anMgUu8cc1g7a2zTF5Rt2nc5y7gYopwoZ0s-TysTrECLRSCw2MF1BzYJQ_kwx9rjvaM-7AorljspEzgHYrZPw' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
sample response to list supported currencies call
{"currencyList":
[{"code":"GBP","name":"British Pound","decimalPlace":2},
{"code":"USD","name":"United States Dollar","decimalPlace":2},
{"code":"EUR","name":"Euro","decimalPlace":2},
{"code":"JPY","name":"Japanese Yen","decimalPlace":0},
{"code":"CAD","name":"Canadian Dollar","decimalPlace":2},
{"code":"AUD","name":"Australian Dollar","decimalPlace":2},
{"code":"NZD","name":"New Zealand Dollar","decimalPlace":2},
{"code":"HKD","name":"Hong Kong Dollar","decimalPlace":2},
{"code":"SGD","name":"Singapore Dollar","decimalPlace":2},
{"code":"PLN","name":"Polish Zloty","decimalPlace":2},
{"code":"NOK","name":"Norwegian Krone","decimalPlace":2},
{"code":"SEK","name":"Swedish Krona","decimalPlace":2},
{"code":"DKK","name":"Danish Krone","decimalPlace":2},
{"code":"CHF","name":"Swiss Franc","decimalPlace":2},
{"code":"ZAR","name":"South African Rand","decimalPlace":2},
{"code":"BGN","name":"Bulgarian Lev","decimalPlace":2},
{"code":"CZK","name":"Czech Koruna","decimalPlace":2},
{"code":"AED","name":"Emirati Dirham","decimalPlace":2},
{"code":"HUF","name":"Hungarian Forint","decimalPlace":2},
{"code":"ILS","name":"Israeli Shekel","decimalPlace":2},
{"code":"MXN","name":"Mexican Peso","decimalPlace":2},
{"code":"QAR","name":"Qatari Rial","decimalPlace":2},
{"code":"RON","name":"Romanian New Leu","decimalPlace":2},
{"code":"SAR","name":"Saudi Riyal","decimalPlace":2},
{"code":"THB","name":"Thai Baht","decimalPlace":2},
{"code":"TRY","name":"Turkish Lira","decimalPlace":2},
{"code":"INR","name":"Indian Rupee","decimalPlace":2}]}
{code}
Retrieves a currency by the specified currency code.
Path variables
Responses
Successful response will return an array the below response body.
Body
Three letter currency code
Currency name
Number of decimal places used for currency
sample request to get a currency
curl "https://sandbox-api.settlego.com/api/v1/reference/currencies/GBP" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get a currency
{"currencyList":[
{"code":"GBP","name":"British Pound","decimalPlace":2}]}
{alpha2Code}
{alpha2Code}
/states{alpha2Code}
/states/{code}
Returns a list of supported countries.
Responses
Successful response will return an array of below response body.
Body
Two letter alpha country code
Three letter alpha country code
Three digit numeric country code
Country dial in code
Country name
sample request to list supported countries
curl "https://sandbox-api.settlego.com/api/v1/reference/countries" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list supported countries
{"countryList":
[{"alpha2Code":"DK","alpha3Code":"DNK","numericCode":"208","dialInCode":"45","name":"Denmark"},
{"alpha2Code":"BM","alpha3Code":"BMU","numericCode":"060","dialInCode":"1441","name":"Bermuda"},
{"alpha2Code":"BO","alpha3Code":"BOL","numericCode":"068","dialInCode":"591","name":"Bolivia (Plurinational State of)"},
{"alpha2Code":"DO","alpha3Code":"DOM","numericCode":"214","dialInCode":"1809","name":"Dominican Republic"},
{"alpha2Code":"BW","alpha3Code":"BWA","numericCode":"072","dialInCode":"267","name":"Botswana"},
{"alpha2Code":"BV","alpha3Code":"BVT","numericCode":"074","dialInCode":"47","name":"Bouvet Island"},
{"alpha2Code":"EG","alpha3Code":"EGY","numericCode":"818","dialInCode":"20","name":"Egypt"},
{"alpha2Code":"IO","alpha3Code":"IOT","numericCode":"086","dialInCode":"246","name":"British Indian Ocean Territory"},
{"alpha2Code":"EE","alpha3Code":"EST","numericCode":"233","dialInCode":"372","name":"Estonia"},
{"alpha2Code":"BN","alpha3Code":"BRN","numericCode":"096","dialInCode":"673","name":"Brunei Darussalam"},
{"alpha2Code":"FO","alpha3Code":"FRO","numericCode":"234","dialInCode":"298","name":"Faeroe Islands"},
{"alpha2Code":"FI","alpha3Code":"FIN","numericCode":"246","dialInCode":"358","name":"Finland"},
{"alpha2Code":"FR","alpha3Code":"FRA","numericCode":"250","dialInCode":"33","name":"France"},
{"alpha2Code":"BG","alpha3Code":"BGR","numericCode":"100","dialInCode":"359","name":"Bulgaria"},
{"alpha2Code":"BF","alpha3Code":"BFA","numericCode":"854","dialInCode":"226","name":"Burkina Faso"},
{"alpha2Code":"UA","alpha3Code":"UKR","numericCode":"804","dialInCode":"380","name":"Ukraine"},
{"alpha2Code":"AE","alpha3Code":"ARE","numericCode":"784","dialInCode":"971","name":"United Arab Emirates"}]}
{alpha2Code}
Returns the country by the specified alpha code.
Path variables
Two letter country code
Responses
Body
Three letter currency code
Currency name
Number of decimal places used for the currency
sample request to get a country
curl "https://sandbox-api.settlego.com/api/v1/reference/countries/GB" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get a country
{"code":"GBP","name":"British Pound","decimalPlace":2}
{alpha2Code}
/statesReturns the list of states or provinces for the specified country.
Path variables
Two letter country code
Responses
Body
State code
Name of state
Two letter country code
sample request to list states
curl "https://sandbox-api.settlego.com/api/v1/reference/countries/US/states" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to list states
{"stateList":[
{"code":"US","name":"United States of America", "countryAlpha2Code":"US"},
{"code":"AL","name":"Alabama","countryAlpha2Code":"US"},
{"code":"AK","name":"Alaska","countryAlpha2Code":"US"},
{"code":"AZ","name":"Arizona","countryAlpha2Code":"US"},
{"code":"AR","name":"Arkansas","countryAlpha2Code":"US"},
{"code":"CA","name":"California","countryAlpha2Code":"US"},
{"code":"CO","name":"Colorado","countryAlpha2Code":"US"},
{"code":"CT","name":"Connecticut","countryAlpha2Code":"US"},
{"code":"DE","name":"Delaware","countryAlpha2Code":"US"},
{"code":"DC","name":"District of Columbia","countryAlpha2Code":"US"},
{"code":"FL","name":"Florida","countryAlpha2Code":"US"},
{"code":"GA","name":"Georgia","countryAlpha2Code":"US"},
{"code":"HI","name":"Hawaii","countryAlpha2Code":"US"},
{"code":"ID","name":"Idaho","countryAlpha2Code":"US"},
{"code":"IL","name":"Illinois","countryAlpha2Code":"US"},
{"code":"IN","name":"Indiana","countryAlpha2Code":"US"},
{"code":"IA","name":"Iowa","countryAlpha2Code":"US"},
{"code":"KS","name":"Kansas","countryAlpha2Code":"US"},
{"code":"KY","name":"Kentucky","countryAlpha2Code":"US"},
{"code":"LA","name":"Louisiana","countryAlpha2Code":"US"},
{"code":"ME","name":"Maine","countryAlpha2Code":"US"},
{"code":"MD","name":"Maryland","countryAlpha2Code":"US"},
{"code":"MA","name":"Massachusetts","countryAlpha2Code":"US"},
{"code":"MI","name":"Michigan","countryAlpha2Code":"US"},
{"code":"MN","name":"Minnesota","countryAlpha2Code":"US"},
{"code":"MS","name":"Mississippi","countryAlpha2Code":"US"},
{"code":"MO","name":"Missouri","countryAlpha2Code":"US"},
{"code":"MT","name":"Montana","countryAlpha2Code":"US"},
{"code":"NE","name":"Nebraska","countryAlpha2Code":"US"},
{"code":"NV","name":"Nevada","countryAlpha2Code":"US"},
{"code":"NH","name":"New Hampshire","countryAlpha2Code":"US"},
{"code":"NJ","name":"New Jersey","countryAlpha2Code":"US"},
{"code":"NM","name":"New Mexico","countryAlpha2Code":"US"},
{"code":"NY","name":"New York","countryAlpha2Code":"US"},
{"code":"NC","name":"North Carolina","countryAlpha2Code":"US"},
{"code":"ND","name":" North Dakota","countryAlpha2Code":"US"},
{"code":"OH","name":"Ohio","countryAlpha2Code":"US"},
{"code":"OK","name":"Oklahoma","countryAlpha2Code":"US"},
{"code":"OR","name":"Oregon","countryAlpha2Code":"US"},
{"code":"PA","name":"Pennsylvania","countryAlpha2Code":"US"},
{"code":"RI","name":"Rhode Island","countryAlpha2Code":"US"},
{"code":"SC","name":"South Carolina","countryAlpha2Code":"US"},
{"code":"SD","name":"South Dakota","countryAlpha2Code":"US"},
{"code":"TN","name":"Tennessee","countryAlpha2Code":"US"},
{"code":"TX","name":"Texas","countryAlpha2Code":"US"},
{"code":"UT","name":"Utah","countryAlpha2Code":"US"},
{"code":"VT","name":"Vermont","countryAlpha2Code":"US"},
{"code":"VA","name":"Virginia","countryAlpha2Code":"US"},
{"code":"WA","name":"Washington","countryAlpha2Code":"US"},
{"code":"WV","name":"West Virginia","countryAlpha2Code":"US"},
{"code":"WI","name":"Wisconsin","countryAlpha2Code":"US"},
{"code":"WY","name":"Wyoming","countryAlpha2Code":"US"},
{"code":"AS","name":"American Samoa","countryAlpha2Code":"US"},
{"code":"GU","name":"Guam","countryAlpha2Code":"US"},
{"code":"MP","name":"Northern Mariana Islands","countryAlpha2Code":"US"},
{"code":"PR","name":"Puerto Rico","countryAlpha2Code":"US"},
{"code":"VI","name":"U.S. Virgin Islands","countryAlpha2Code":"US"},
{"code":"UM","name":"U.S. Minor Outlying Islands","countryAlpha2Code":"US"},
{"code":"AA","name":"U.S. Armed Forces – Americas","countryAlpha2Code":"US"},
{"code":"AE","name":"U.S. Armed Forces – Europe","countryAlpha2Code":"US"},
{"code":"AP","name":"U.S. Armed Forces – Pacific","countryAlpha2Code":"US"},
{"code":"CM","name":"Northern Mariana Islands","countryAlpha2Code":"US"},
{"code":"NB","name":"Nebraska","countryAlpha2Code":"US"}]}
{alpha2Code}
/states/{code}
Path variables
Responses
Body
Two letter country code
Name of state or province
Two letter country code
sample request to get a state or province
curl "https://sandbox-api.settlego.com/api/v1/reference/countries/US/states/MD" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get a state or province
{"code":"MD","name":"Maryland","countryAlpha2Code":"US"}
Returns the first available payment date along with a list of dates when payments cannot be made (i.e. bank holidays).
Request parameters
Three letter currency code
Responses
Body
First day that the payment can go through
List of offline days when payments cannot go through
sample request to get payment dates
curl "https://sandbox-api.settlego.com/api/v1/reference/payment-dates?currency=GBP" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V' \
-H 'Content-Type: application/json; charset=utf-8' \
-d $'{}'
Returns the first available conversion date along with a list of dates when currency conversions cannot be completed (i.e. bank holidays).
Request parameters
Three letter currency code pair to convert (i.e. GBPUSD)
Responses
Body
Dates when conversions cannot go through
sample request to get conversion dates
curl "https://sandbox-api.settlego.com/api/v1/reference/conversion-dates?currencyPair=GBPUSD" \
-H 'x-auth-token: eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiJlbWlyLnl1cmRhZ2V'
sample response to get conversion dates
{"firstAvailableConversionDate":"2018-03-20","mandatoryConversionDate":"2018-03-20",
"unavailableConversionDateList":[
{"date":"2018-03-19","description":"Past Cutoff: Next available trading date is 2018-03-20"},
{"date":"2018-03-24","description":"No trading on Saturday"},
{"date":"2018-03-25","description":"No trading on Sunday"},
{"date":"2018-03-30","description":"Public Holiday"},
{"date":"2018-03-31","description":"No trading on Saturday"},
{"date":"2018-04-01","description":"No trading on Sunday"}]}