Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.47 KB

CCProjectCreateRequest.md

File metadata and controls

18 lines (14 loc) · 1.47 KB

CCProjectCreateRequest

Properties

Name Type Description Notes
name String The name of the project. This is shown to your users and should identify your company or organization.
description String The description of your project / company. [optional]
webhook String A URL that identifies where we should make an API request to notify you of a new payment (e.g., api.myproject.com/crypto_payments/webhook). Learn more here. [optional]
website String The website of your project / company. [optional]
discordWebhook String A Discord webhook. We will send a message to this channel to notify of payment. Learn more here. [optional]
logoUrl String A URL of your logo. [optional]
customerIdToCollect CCProjectCreateRequestCustomerIdToCollect [optional]
successUrl String Where to redirect customers after payment. If not supplied, customers will be redirected to checkout.blockchainapi.com/me to view their subscriptions. [optional]
payoutMethod CCProjectCreateRequestPayoutMethod [optional]

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