livery_stripe_setup_intent (livery_stripe v0.1.0)
View SourceStripe SetupIntents API (save a payment method for future use).
Summary
Functions
-spec cancel(livery_client:client(), binary()) -> {ok, map()} | {error, term()}.
-spec confirm(livery_client:client(), binary()) -> {ok, map()} | {error, term()}.
-spec create(livery_client:client(), map() | list()) -> {ok, map()} | {error, term()}.
Like create/2 with request options (idempotency_key, etc.).
-spec list(livery_client:client()) -> {ok, map()} | {error, term()}.
-spec list(livery_client:client(), map() | list()) -> {ok, map()} | {error, term()}.
-spec retrieve(livery_client:client(), binary()) -> {ok, map()} | {error, term()}.