Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Latest commit

 

History

History
executable file
·
24 lines (20 loc) · 1.69 KB

CreateSignupPage.md

File metadata and controls

executable file
·
24 lines (20 loc) · 1.69 KB

CreateSignupPage

Properties

Name Type Description Notes
plan str Subscription plan
locale str Optional locale. E.g. `en_GB`, `da_DK`, `es_ES`. Defaults to configuration locale or account locale. [optional]
email str Field configuration [optional]
phone str Field configuration [optional]
address str Field configuration [optional]
company str Field configuration [optional]
city str Field configuration [optional]
coupon str Field configuration [optional]
accept_url str Redirect to this url after successful signup [optional]
cancel_url str Redirect to this url if the customer cancels sign-up [optional]
payment_methods list[str] Optional list of payment methods to present to customer. Format: <payment_methods> = list of <payment_method> <payment_method> = [sca- nosca-]<payment_name> <payment_name> = The id of payment method, e.g. dankort See https://docs.reepay.com/docs/checkout-payment-methods for full documentation
subscription_configuration CreateSubscription Configuration configuration [optional]
first_name str Field configuration [optional]
last_name str Field configuration [optional]
postal_code str Field configuration [optional]

[Back to Model list] [Back to API list] [Back to README]