B
u
s
i
n
e
s
s
e
s
b
u
i
l
d
i
n
g
t
h
e
f
u
t
u
r
e
o
f
f
i
n
a
n
c
i
a
l
s
e
r
v
i
c
e
s
w
i
t
h
A
n
c
h
o
r
.
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
M
a
d
e
f
o
r
d
e
v
e
l
o
p
e
r
s
,
b
y
d
e
v
e
l
o
p
e
r
s
.
A
n
c
h
o
r
p
r
o
v
i
d
e
s
a
l
l
y
o
u
n
e
e
d
t
o
b
u
i
l
d
,
e
m
b
e
d
a
n
d
l
a
u
n
c
h
b
a
n
k
i
n
g
a
n
d
p
a
y
m
e
n
t
p
r
o
d
u
c
t
s
.
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
S
h
i
p
n
e
w
a
n
d
c
o
m
p
l
i
a
n
t
p
r
o
d
u
c
t
s
f
a
s
t
e
r
.
Complete solution
Our fully integrated solution 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 api scales with you and is trusted by developers, startups, and large corporations.