Direct Debits product hero image of direct debit that has been created and reconciled.
DIRECT DEBITS

Initiate direct debit collections via your existing bank

Handle the full lifecycle of direct debits with granular payment tracking and error handling for returns and refunds.

Our customer Banxware's logo.
Our customer Tilta's logo.
Our customer Lassie's logo.
Our customer Gigapay's logo.
Our customer Banxware's logo.
Our customer Tilta's logo.
Our customer Lassie's logo.
Our customer Gigapay's logo.
Our customer Banxware's logo.
Our customer Tilta's logo.
Our customer Lassie's logo.
Our customer Gigapay's logo.
Initiate and track status of direct debits via API and Dashboard
Support for SEPA and Autogiro schemes via your bank.
Initiate a direct debit collection
curl -X POST https://api.atlar.com/v1/direct-debits \ 
02  -u  'ACCESS_KEY:SECRET' \
03  -H  'Content-Type: application/json' \
04  -d  '{
05        "date": "YYYY-MM-DD",
06        "directDebitSchemeType": "SEPA_CORE",
07        "amount": {
08            "currency": "EUR",
09            "value": 2500
10        },
11        "destinationAccountId": "YOUR_ACCOUNT_ID",
14        "sourceExternalAccountId": "EXTERNAL_ACCOUNT_ID",
17        "remittanceInformation": {
18            "type": "UNSTRUCTURED",
19            "value": "PAYMENT_REFERENCE"
20        },
21        "externalMetadata": {
22            "your-metadata-key": "SOME_METADATA",
23        }
24}'
Receive webhooks on status changes
curl -X POST https://api.atlar.com/v1/webhooks' \ 
02  -u  'ACCESS_KEY:SECRET' \
03  -H  'Content-Type: application/json' \
04  -d  '{
05       "filter": [
         {
     
      "events": [
          
"SENT_TO_BANK",
          
"RECONCILED",
           
"RETURNED"
           ],
           "resource":
"payments"
         }
  
       ],
       "name":
"Payment updates",
       "url":
"https://example.com"
}'

Initiate direct debits across multiple schemes and/or banks through one interface

Receive webhooks on status changes

Set-up approval flows for direct debit collections

Keep track of refunds and returns
Atlar monitors returns & refunds, and automatically ties them to the original direct debit instruction.
List returned direct debits
curl -X GET https://api.atlar.com/direct-debits?status=RETURNED \ 
02  -u  'ACCESS_KEY:SECRET' \
0
Receive webhooks on refunds
curl -X POST https://api.atlar.com/v1/webhooks' \ 
02  -u  'ACCESS_KEY:SECRET' \
03  -H  'Content-Type: application/json' \
04  -d  '{
05       "filter": [
         {
     
      "events": [
          
"SENT_TO_BANK",
          
"RECONCILED",
           
"RETURNED"
           ],
           "resource":
"direct_debits"
         }
  
       ],
       "name":
"Payment updates",
       "url":
"https://example.com"
}'
Register and keep track of mandates
Remain in control of your mandates – we ensure changes are properly communicated to you and the bank.
Register a mandate
curl -X POST https://api.atlar.com/v1/mandates \ 
02  -u  'ACCESS_KEY:SECRET' \
03  -H  'Content-Type: application/json' \
04  -d  '{
05       "creditorReference": "YOUR_CREDITOR_ID",
       "directDebitSchemeType":
"SDD_CORE",
       "externalAccountId":
"EXTERNAL_ACCOUNT_ID",
       "mandateReference":
"MANDATE_ID",
       "signatureDate":
"YYYY-MM-DD"
       }
}'
List mandates
curl -X GET https://api.atlar.com/v1/mandates \ 
02  -u  'ACCESS_KEY:SECRET' \

Companies who’ve already made the shift to Atlar
Banxware
Gigapay
Banxware and Gigapay logos
Nicolas Kipp
Co-founder & COO at Banxware
Gustav Malmqvist
Co-founder & CTO at Gigapay
Nicolas Kipp and Banxware logoGustav Malmqvist and Gigapay Logo
“We run a payments platform and had been looking for a simple way to automate payouts from our bank accounts for a long time when Atlar showed up with the perfect solution. Start of integration to live volume took less than two weeks and the product worked exactly as promised.”
“Having been through the pain of both building our own bank integrations and setting up a back office team, we were thrilled to partner with Atlar. Their platform gives us exactly what we need in order to handle our bank payments, which lets us focus on our core business.”
Our customer Banxware's logo. The logo of one of our customers, Gigapay.
Image of Nicolas Kipp, COO at Banxware
Nicolas Kipp
Co-founder & COO
Image of Gustav Malmqvist, CTO at Gigapay
Gustav Malmqvist
Co-founder & CTO
Companies who’ve already made the shift to Atlar
Join Banxware, Gigapay, Mynt and many more
“Having been through the pain of both building our own bank integrations and setting up a back office team, we were thrilled to partner with Atlar. Their platform gives us exactly what we need in order to handle our bank payments, which lets us focus on our core business.”
Nicolas Kipp and Banxware logo
Nicolas Kipp
Co-founder & COO at Banxware
"Money movement is a critical part of our service and we had to find a partner that could help us scale that across Europe. Atlar was the best choice for us because of their reliable platform and European coverage.”
Hedda Båverud Olsson
Co-founder & CEO at Lassie
“We run a payments platform and had been looking for a simple way to automate payouts from our bank accounts for a long time when Atlar showed up with the perfect solution. Start of integration to live volume took less than two weeks and the product worked exactly as promised.”
Gustav Malmqvist and Gigapay Logo
Gustav Malmqvist
Co-founder & CTO at Gigapay
"Atlar is the only platform that lets us automate our payments directly at our bank partners. Their platform not only solves what we need, but it was also integrated in a matter of weeks."
Ingmar Stupp
Founder & CPO at Tilta
Get Started
Book a demo
Discover what Atlar could do for your team. Complete the contact form and we’ll get back to you shortly.
Thank you! We will reach out to you within 24 hours.
Something went wrong while submitting the form. Please try again.
Atlar dashboard, visualising the tabs: Home, Accounts, Transfers etc. Atlar Dashboard in tabet view.