Get the customer personal details information.
Endpoint env name: API_BAAS_CUSTOMER
Endpoint: GET /baas/customers
Updates the customer personal details information.
Endpoint env name: API_BAAS_CUSTOMER
Endpoint: PUT /baas/customers
physicalCardRequest
Request the physical debit card.
Endpoint ev name: API_BAAS_PHYSICAL_CARD_REQUEST
Endpoint: PUT '/baas/debit-cards/physical'
Unlock or lock debit card.
Endpoint ev name: API_BAAS_CUSTOMER_CARD_UNLOCK
Endpoint: PUT /baas/debit-cards/$CARD_ID/unlock
Unlock or lock debit card.
Endpoint ev name: API_BAAS_CUSTOMER_CARD_LOCK
Endpoint: POST '/baas/debit-cards/$CARD_ID/lock'
Reissue a debit card.
Endpoint ev name: API_BAAS_REISSUE
Endpoint: POST '/baas/debit-cards/$CARD_ID/reissue'
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'
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