/
OP
openbanking
/
Open Banking API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1mo ago · Updated 1mo ago
Details
Filter operations
get
Get Account By Customer BVN
get
Get Account By Email
get
Get Account By Phone
get
Get Account Type
get
Get Account By Customer Id
post
Open Account
post
Update Account
post
Block Account
get
Get Agencies
get
Get Agency By Code
get
Get Agencies At A Location
get
Get ATMs
get
GetBillPaymentItem
get
GetBillerCategories
get
GetBillers
get
GetBillingSystem
get
Get Card Limit
post
Set Card Limit
get
Get Card Product By Bank
get
Get Cards
get
Request Card
get
Get By CustomerId
get
Get By Email
get
Get By Phone Number
post
Update Customer Information
post
Setup Direct Debit
post
Book Investment
get
Get Investment Product
get
Get Bank Meta
get
Get Charges
get
Get Interface Version
get
Get Products
get
GetHold
get
GetStatement
post
MultipleTransferOtherBank
post
MultipleTransferToEmail
post
MultipleTransferToPhone
post
MultipleTransferWithinBank
post
PlaceHold
post
PlacePnd
post
Remove Hold
post
SingleTransferOtherBank
post
SingleTransferToEmail
post
SingleTransferToPhone
post
SingleTransferWithinBank
get
GetPosByMerchantIdOrBranchIdOrEmail
get
Finds a POS by Terminal ID
get
GetPosNearLocation
get
Get Customer Transaction Limit
get
Get Global Transaction Limit
get
Get Branch
get
Get Branches
Open Account
post
/account/open
Headers
content-type
string
Request body
object
required
accountName
string
accountTypeId
string
address
string
bvn
string
city
string
country
string
customerId
string
dateOfBirth
string
email
string
firstName
string
localGovernment
string
nationality
string
nextOfKin
string
nextOfKinEmail
string
nextOfKinName
string
nextOfKinPhone
string
nextOfKinRelationship
string
otherName
string
phone
string
surname
string
Response
200
object[]
required
accountNumber
string
customerId
string
Example response
[ { "accountNumber": "string", "customerId": "string" } ]
Changes