Endpoints used
Customer
getCustomer
Get the customer personal details information.
Endpoint env name: API_BAAS_CUSTOMER
Endpoint: GET /baas/customers
updateCustomer
Updates the customer personal details information.
Endpoint env name: API_BAAS_CUSTOMER
Endpoint: PUT /baas/customers
Cards
physicalCardRequest
Request the physical debit card.
Endpoint ev name: API_BAAS_PHYSICAL_CARD_REQUEST
Endpoint: PUT '/baas/debit-cards/physical'
unlockCard
Unlock or lock debit card.
Endpoint ev name: API_BAAS_CUSTOMER_CARD_UNLOCK
Endpoint: PUT /baas/debit-cards/$CARD_ID/unlock
lockCard
Unlock or lock debit card.
Endpoint ev name: API_BAAS_CUSTOMER_CARD_LOCK
Endpoint: POST '/baas/debit-cards/$CARD_ID/lock'
reissueCard
Reissue a debit card.
Endpoint ev name: API_BAAS_REISSUE
Endpoint: POST '/baas/debit-cards/$CARD_ID/reissue'
setPin
Request a url to set the debit card pin.
Endpoint ev name: API_BAAS_SET_PIN
Endpoint: POST 'baas/debit-cards/$CARD_ID/set-pin-url'
Statements
sendStatementByEmail
Send email with the statement
Endpoint ev name: API_BAAS_STATEMENT_BY_EMAIL
Endpoint: POST baas/statements/$STATEMENT_ID/send-by-email
Schedule Transfers
Create recurrent transfer
Internal transfer Endpoints: POST
ACH transfer:
Get, Update, Delete and Cancel Scheduled Transfers
Endpoints: GET, POST, PUT,POST
Last updated