livery_stripe_payment_intent (livery_stripe v0.1.0)
View SourceStripe PaymentIntents API.
Summary
Functions
-spec cancel(livery_client:client(), binary()) -> {ok, map()} | {error, term()}.
-spec capture(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()}.
-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()}.