Liking cljdoc? Tell your friends :D

boundary.payments.ports

Payment provider abstraction — enables swappable PSP adapters (Mock, Mollie, Stripe).

Payment provider abstraction — enables swappable PSP adapters (Mock, Mollie, Stripe).
raw docstring

IPaymentProvidercljprotocol

create-checkout-sessionclj

(create-checkout-session this
                         {:keys [amount-cents currency description redirect-url
                                 webhook-url metadata]})

get-payment-statusclj

(get-payment-status this provider-checkout-id)

process-webhookclj

(process-webhook this raw-body headers)

provider-nameclj

(provider-name this)

verify-webhook-signatureclj

(verify-webhook-signature this raw-body headers)
source

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close