(create client customer-id mandate)
Create a new mandate for given customer-id
.
Create a new mandate for given `customer-id`.
(get-by-id client customer-id mandate-id)
Fetch a single customer's mandate by mandate-id
.
Fetch a single customer's mandate by `mandate-id`.
(get-list client customer-id opts)
Fetch all customer's mandates.
Fetch all customer's mandates.
(revoke-by-id client customer-id mandate-id)
Revoke a specific customer's mandate by mandate-id
.
Revoke a specific customer's mandate by `mandate-id`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close