How does it work?
To make your life easier in the process of integrating our solution, we suggest you follow the guides to help you step by step in the installation of our solution


Step 1
Create your account Fintecture
To get off to a good start, let's start with a demonstration.
Step 2:
To generate your first payment requests by link and QR code see our dedicated section
Download and configure Fintecture on your website
Depending on your CMS, follow the user guide step by step.
Step 2: with SDK
Use our SDKs for API integration
We want developers to create amazing applications and it all starts with developer-friendly documentation.
- Transactions
- Accounts
- AccountHolders
- Payments
{
"meta": {
"customer_id": "6d156cce7570d7cf12ef267e75003ecb"
},
"data": [
{
"id": "74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b",
"type": "transactions",
"attributes": {
"account_id": "DE10000000000000002600",
"transaction_id": "234543254544343432",
"booking_date": "2017-04-27T00:00:00.000",
"value_date": "2017-04-27T00:00:00.000",
"amount": -52.5,
"currency": "EUR",
"communication": "Beer Money",
"beneficiary": {
"name": "GEZ",
"account_id": "DE10000000000000123456",
"swift_bic": fddodexx
},
}
},
{
"id": "74234e98afe7498fb5daf1f36ac2d78acc339464f950703b8c019892f982b90b",
"type": "transactions",
"attributes": {
"account_id": "DE10000000000000002600",
"transaction_id": "234543254544348765",
"booking_date": "2017-04-27T00:00:00.000",
"value_date": "2017-04-27T00:00:00.000",
"amount": -1080,
"currency": "EUR",
"communication": "Thanks buddy",
"beneficiary": {
"name": "Hans Felsenkamp",
"account_id": "DE55201900030000675488",
"swift_bic": deutde
},
}
}
]
}
{
"meta": {
"customer_id": "6d156cce7570d7cf12ef267e75003ecb"
},
"data": [
{
"id": "30d10d844ed716021219a0d9563d3e95df9da58b9370d745c249b1eb5005ad38",
"type": "accounts",
"attributes": {
"account_id": "123000000002600",
"iban": "DE10000000000000002600",
"balance": 1169.26,
"account_name": "my account",
"account_type": "CURRENT_ACCOUNT",
"currency": "EUR",
"product": "KK-Konto/Persönliches Konto",
}
},
{
"id": "4f548a4004125c84599918937a9765d02aba48205ae548ab847089f68ab51934",
"type": "accounts",
"attributes": {
"account_id": "123000000002611",
"iban": DE10000000000000002611,
"balance": 31911.64,
"currency": "EUR",
"account_name": "saving account",
"account_type": "SAVING",
"product": "KK-Konto/Persönliches Konto",
}
}
]
}
{
"meta": {
"customer_id": "6d156cce7570d7cf12ef267e75003ecb"
},
"data":[
{
"id": "62610159e79550c9ad727e3e81446e6f40f905be4bf6904ae0de95e287294fb7",
"type": "accountholders",
"attributes": {
"first_name": "CECILIA",
"middle_name": "STEFANIA",
"last_name": "OLIVERTWIST",
"sex": "FEMALE",
"birthdate": "1975-05-05",
"emails": [
{
"email_type": "PRIVATE",
"email": "caop@gmail.com"
},
{
"email_type": "WORK",
"email": "caop@fintecture.com"
}
],
"phones": [
{
"phone_number": "0664352323",
"phone_type": "PRIVATE",
"phone_extension": "0033"
}
],
"addresses": [
{
"address_type": "HOME",
"address1": "Rue Charles De Gaulle",
"address2": "8",
"zip": "00004",
"city": "Paris",
"country": "France"
}
]
}
}
]
]
{
"data": {
"type" : "SEPA",
"attributes" : {
"amount" : "170",
"currency": "EUR",
"feePolicy": "SHARED",
"communication" : "INVOICE-123!",
"beneficiary" : {
"name" : "Bob McCheese",
"address1" : "Rue du Jura",
"address2": "12",
"address3": "",
"address4": "",
"zip": "12003",
"country": "France",
"iban" : "FR6593857450293470",
"swift_bic": "ABCDFRXXXXX"
},
"end_to_end_id": "1234"
}
}
}