API Endpoints

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
firstNamestringRequiredExample: Brandon
lastNamestringRequiredExample: Lewis
dobstringRequiredExample: 1993-09-19
ssnstringRequiredExample: 221-02-9758
addressall ofRequired
Responses
post
/baas/customer-enrollment
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
post
/baas/customer-complete-enrollment
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/baas/customers
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
firstNamestringRequiredExample: Brandon
lastNamestringRequiredExample: Lewis
dobstringRequiredExample: 1993-09-19
ssnstringRequiredExample: 221-02-9758
addressall ofRequired
Responses
200

Successful Operation

application/json
put
/baas/customers
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/baas/compliance-workflows/latest
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/baas/customer-accounts
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
accountIdstringRequired
Responses
200

Successful Operation

application/json
get
/baas/customer-accounts/{accountId}
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/baas/debit-cards
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringOptionalExample: myCardId
accountIdstringOptionalExample: 074103447228
addressall ofOptional
Responses
post
/baas/debit-cards/physical
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cardIdstringRequired
Body
pinstringRequiredExample: 1234
Responses
post
/baas/debit-cards/{cardId}/set-pin
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cardIdstringRequired
Responses
200

Successful Operation

application/json
get
/baas/debit-cards/{cardId}/info
put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cardIdstringRequired
Responses
200

Successful Operation.

application/json
ResponseanyExample: {"statusCode":200}
put
/baas/debit-cards/{cardId}/lock
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
pagenumberRequired
per_pagenumberRequired
Responses
200

Successful Operation.

application/json
ResponseanyExample: {"statusCode":200}
get
/baas/customer-ach-accounts
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
fromAccountIdstringRequiredExample: 999900857817
amountstringRequiredExample: 24.99
toAccountIdstringOptionalExample: myAccountId
toAccountNumberstringOptionalExample: 86704702
toRoutingNumberstringOptionalExample: 746978438
toFirstNamestringOptionalExample: Trinity
toLastNamestringOptionalExample: Dickson
debitCreditIndicatorstring Β· enumOptionalExample: creditPossible values:
toAccountTypestring Β· enumOptionalExample: checkingPossible values:
Responses
post
/baas/transfer-ach
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation.

application/json
get
/baas/kyc-documents
post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
idstringRequiredExample: myId
documentstringRequiredExample: myDocument
documentContentTypestringOptionalExample: myDocumentContentType
fileNamestringOptionalExample: myFileName
notestringOptionalExample: myNote
categorystring Β· enumOptionalExample: addressVerificationPossible values:
optionstring Β· enumOptionalExample: licensePossible values:
metaall ofOptional
Responses
post
/baas/kyc-documents
get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful Operation

application/json
get
/baas/transactions

Last updated

Was this helpful?