What is SG GIRO SWIFT BIC API?
At Eccorect, we recognize the significance of this requirement and aim to simplify the process. We proudly present the SG GIRO SWIFT BIC API – a powerful tool that provides quick and easy access to an up-to-date and comprehensive list of SG GIRO participating banks along with their associated SWIFT BIC codes. This API is a game-changer for businesses, developers, and individuals looking to optimize their SG GIRO experience.
URL Endpoint
POST https://api.eccorect.io/bankecc/sg/giroswiftbic/v1
Request Headers
Content-Type: application/json
X-API-Key: <Please contact Eccorect to get your key>
** You can now try it out with Eccorect’s X-API-Key: YMApE4h8jZ6NnLgw6qAa1aONNHzV5cNRZJHXj0pb
(throttling to 1 API per second)
Request Format
Field Name | Data Type | Required | Description | Sample |
---|---|---|---|---|
header | ||||
msg_id | String (35) | Required | Message ID assigned by the sender | 29yh2f98f3hf8923f89 |
timestamp | datetime | Required | YYYY-MM-DDThh:mm:ss.sss | 2018-10-12T10:53:29.996 |
Response Format
Field Name | Data Type | Provided | Description | Sample |
---|---|---|---|---|
header | | | ||
msg_id | String (35) | Provided | Message ID assigned by the sender | 29yh2f98f3hf8923f89 |
req_timestamp | Datetime | Provided | YYYY-MM-DDThh:mm:ss.sss | 2018-10-12T10:53:29.996 |
res_timestamp | Datetime | Provided | YYYY-MM-DDThh:mm:ss.sss | 2023-09-27T12:19:38.922 |
giroswiftbic | Array | |||
swiftbic | String (8 or 11) | Provided | Swift Bic in 8 or 11 chars | ANTPSGSG |
bank_name | String (70) | Provided | Bank Name | Anext Bank Pte Ltd |
bank_code | String (4) | Optional | Bank Code | 9742 |
Throttling
Throttle Level | Maximum API call |
---|---|
per second | 1 |
per day | 1 |
Sample Request
{
"header":{
"msg_id": "YourMessageId",
"timestamp": "2023-09-12T10:53:29.996"
}
}
Sample Response – Success
{
"header": {
"msg_id": "YourMessageId",
"req_timestamp": "2023-09-12T10:53:29.996",
"res_timestamp": "2023-09-27T06:59:51.035"
},
"fastswiftbic": [
{
"swiftbic": "ANTPSGSG",
"bic_type": "Bank",
"bank_name": "Anext Bank Pte Ltd",
"isPayNow": "Y"
},
{
"swiftbic": "ANZBKSGSG",
"bic_type": "Bank",
"bank_name": "ANZ Bank",
"isPayNow": "Y"
},
{
"swiftbic": "BKCHSGSG",
"bic_type": "Bank",
"bank_name": "Bank of China",
"isPayNow": "Y"
}
]
}
Use Case
Let’s illustrate the practicality of the SG GIRO SWIFT BIC API with a real-world scenario:
Imagine you run a thriving import-export business in Singapore, dealing with clients and suppliers from around the globe. To ensure smooth financial transactions and timely payments, you rely on SG GIRO. However, each transaction requires you to input the correct SWIFT BIC code of your overseas partners’ banks.
Here’s how the SG GIRO SWIFT BIC API comes to your rescue:
- Swift and Accurate SWIFT BIC Codes: Rather than manually searching for SWIFT BIC codes online, you can seamlessly integrate our API into your payment system. A simple query retrieves the precise SWIFT BIC code for your international partners’ banks, eliminating the risk of errors or delays.
- Always Up-to-Date: The financial landscape is dynamic, with institutions occasionally updating or changing SWIFT BIC codes. Our API ensures you always have access to the latest and most reliable information, mitigating the risk of outdated codes causing payment disruptions.
- Efficiency and Reliability: Integration of the SG GIRO SWIFT BIC API enhances the efficiency of your payment processing. Payments are executed promptly and accurately, strengthening your business relationships and trust among international partners.
- Developer-Friendly Integration: Developers will appreciate the user-friendly integration process, saving valuable development time and resources. This allows you to focus on expanding your global business operations.
- Peace of Mind: With instant access to the most current SWIFT BIC information, you can confidently engage in international trade, knowing your payments are executed flawlessly.
Version History
Change log and release history:
Version | Dates | Notes |
---|---|---|
1 | 23 Sep 2023 | Initial Release |
Leave a Reply