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] |
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] |
id | str | Checkout sign-up page id | |
url | str | Checkout sign-up page url | |
created | datetime | Created date | [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] |
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.