Try it out in Postman: View Postman Collection
Try it out in Postman: View Postman Collection
The account to create
A String representing the Three-digit ISO 4217 Currency Code of a currency. This String only contains capitalized letters.
curl -i -X POST \
https://sandbox.ibanfirst.com/api/wallets/ \
-H 'Content-Type: application/json' \
-d '{
"currency": "USD",
"tag": "string",
"holder": {
"name": "string",
"type": "Individual",
"address": {
"street": "string",
"postCode": "string",
"city": "string",
"province": "st",
"country": "string"
}
}
}'
OK
A String representing the id of an object. This string contains alpha-numeric characters, including the capital ones.
A String representing the Three-digit ISO 4217 Currency Code of a currency. This String only contains capitalized letters.
Custom reference associated to this wallet. (For internal use only, not communicated to any beneficiary).
The code identifying the status of the account.
{ "id": "Na5Dv6E", "currency": "USD", "tag": "string", "status": "authorized", "accountNumber": "string", "correspondentBank": { "bic": "string", "name": "string", "address": { … } }, "holderBank": { "bic": "string", "clearingCodeType": "st", "clearingCode": "string", "name": "string", "address": { … } }, "holder": { "name": "string", "type": "Individual", "address": { … } } }
curl -i -X GET \
'https://sandbox.ibanfirst.com/api/wallets/?page=1&per_page=50&sort=ASC'
OK
A String representing the id of an object. This string contains alpha-numeric characters, including the capital ones.
A String representing the Three-digit ISO 4217 Currency Code of a currency. This String only contains capitalized letters.
A String representing a date by its year, month and day in month.
[ { "id": "Na5Dv6E", "tag": "string", "currency": "USD", "bookingAmount": { … }, "valueAmount": { … }, "dateLastFinancialMovement": "2016-01-01" } ]
curl -i -X GET \
'https://sandbox.ibanfirst.com/api/wallets/{id}'
OK
A String representing the id of an object. This string contains alpha-numeric characters, including the capital ones.
A String representing the Three-digit ISO 4217 Currency Code of a currency. This String only contains capitalized letters.
Custom reference associated to this wallet. (For internal use only, not communicated to any beneficiary).
The code identifying the status of the account.
{ "id": "Na5Dv6E", "currency": "USD", "tag": "string", "status": "authorized", "accountNumber": "string", "correspondentBank": { "bic": "string", "name": "string", "address": { … } }, "holderBank": { "bic": "string", "clearingCodeType": "st", "clearingCode": "string", "name": "string", "address": { … } }, "holder": { "name": "string", "type": "Individual", "address": { … } } }
curl -i -X GET \
'https://sandbox.ibanfirst.com/api/wallets/{id}/balance/{date}'
{ "id": "Na5Dv6E", "balance": { "closingDate": "2016-01-01", "bookingAmount": { … }, "valueAmount": { … } } }
Sending funds from one of your iBanFirst accounts to your own bank account or a third-party recipient involves two steps:
Generate the payment object with the 'Submit Payment' method.
A unique id is assigned to each payment.
Use the 'Confirm Payment' method to send the payment for processing. When you confirm a payment, make sure you have sufficient funds in your account balance.
Caution:
Payments are automatically rolled to the next closest working days if not confirmed in the scheduled date of operation. If the balance of your account is not sufficient to cover the payment amount, funds may be locked-in by iBanFirst.
The API provides a deliverable FX facility and deliverable FX liquidity. You will become counterparty to iBanFirst and can market and sell deliverable FX services to corporate and private clients as well as using such services on their behalf.
FX trades are always made between two accounts of a unique counterparty. iBanFirst will automatically debit the source account and credit the delivery account at the date specified in the FX trade instructions. If the delivery date has been scheduled, the delivery is automatically processed in the morning before 00:30 am Paris time. If the delivery date is today (TOD), the funds is available on your account by the next 20mn.
A FX trades also involves an amount, which includes both the numeric amount and the currency in order to define if this amount is the nominal to be bought or sold, for example: '100000.00+GBP'.