Businesses building the future of financial services with Anchor.
SaaS
B2B Payments.
  • Accounts
  • Collections
SaaS
Expense Management.
  • Accounts
  • Payouts
  • Transfers
  • Payroll
Platforms
Digital Health Wallet.
  • Transfers
  • Cards            
  • Save
  • Receive
SaaS
Online Electronics Store.
  • Collections
  • Payouts     
  • BNPL
  • S2B
SaaS
Bookkeeping for SMEs.
  • Business accounts
  • Collections
  • Payouts
  • KYB & Onboarding
Made for developers, by developers.
Anchor provides all you need to build, embed and launch banking and payment products.
View docs
developersection.js
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
curl --request POST \
 --url https://api.sandbox.getanchor.co/api/v1/statements \
 --header 'accept: application/json' \
 --header 'content-type: application/json' \
 --header 'x-anchor-key: ' \
 --data '
{
 "data": {
  "type": "DepositAccount",
  "attributes": {
  "productName": "CURRENT"
 },
 "relationships": {
  "customer": {
  "data": {
  "id": "16976298908802-anc_bus_cst",
  "type": "BusinessCustomer"
  }
 }
}
curl --request GET \
 --url https://api.sandbox.getanchor.co/api/v1/payments/169900905874731-anc_py\
 --header 'accept: application/json' \
  --header 'x-anchor-key: < API Key>'
curl --request POST \
 --url https://api.sandbox.getanchor.co/api/v1/virtual-nubans \
 --header 'accept: application/json' \
 --header 'content-type: application/json' \
 --header 'x-anchor-key: < API Key>' \
 --data '
{
 "data": {
  "type": "VirtualNuban",
  "relationships": {
  "settlementAccount": {
  "data": {
  "type": "DepositAccount"
  "id": "16968487149490-anc_acc",
  }
 }
}
curl --request POST \
 --url https://api.sandbox.getanchor.co/api/v1/transfers \
 --header 'accept: application/json' \
 --header 'content-type: application/json' \
 --header 'x-anchor-key: ' \
 --data '
{
 "data": {
  "type": "BookTransfer",
  "attributes": {
   "currency": "NGN"
   "amount": "500000"
   "reason": "simple transfer"
   "reference": "ref_achorr_12321"
 },
 "relationships": {
  "destinationAccount": {
  "data": {
  "type": "SubAccount"
  "id": "16932376220293-anc_subacc",
  },
 }
 "account": {
  "data": {
  "type": "SubAccount"
  "id": "16932386254124-anc_subacc",
  }
 }
}
<Accounts/>
return payments
export ({Cards})
Transfers
Ship new and compliant products faster.
Complete solution
Our fully integrated platform gives you the flexibility to build all the financial features in one place.
Fully customisable
Meet all your customer needs with our flexible, customisable, modern RESTful API.
Own your customer relationship
We’re all about helping you, so own your customer relationship with our B2B2X approach.
Smooth compliance
We take on compliance and bank relationships so you can focus on your customers’ needs.
Build and launch faster
Use our simple API documentation, developer tools and guides to build and launch in weeks.
Scalable and secure
Our secure platform scales with you and is trusted by developers, startups, and large corporations.