A | B | C | D | E | F | G | H | I | J | |
---|---|---|---|---|---|---|---|---|---|---|
1 | Configuration | digitalgoods.dev | ||||||||
2 | Key | Value | Description | |||||||
3 | sandbox-client-id | This identifies your PayPal account, and determines where any transactions are paid to. | ||||||||
4 | sandbox-client-secret | Client Secret (do not share with anyone) | ||||||||
5 | live-client-id | This identifies your PayPal account, and determines where any transactions are paid to. | ||||||||
6 | live-client-secret | Client Secret (do not share with anyone) | ||||||||
7 | webhook | The URL of your web app (Publish > Deploy as Web App) | ||||||||
8 | currency | USD | The currency of the transaction. | |||||||
9 | brand_name | The label that overrides the business name in the PayPal account on the PayPal pages. | ||||||||
10 | description | The description of your store. Will display on the checkout page | ||||||||
11 | soft_descriptor | The payment descriptor on the customer's credit card statement of account transactions. | ||||||||
12 | shipping_preference | NO_SHIPPING | Redact shipping address fields from the PayPal pages. Recommended for digital goods. | |||||||
13 | invoiceId | INVOICE-{{row}} | The {{row}} will be replaced with the last row Id of the Sale sheet. | |||||||
14 | success_message | Order completed. You'll receive an email shortly! | The message that will be displayed to the user after the order is completed. | |||||||
15 | cc | amit@labnol.org | CC the invoice to this email address | |||||||
16 | bcc | BCC the invoice to this email address | ||||||||
17 | disable-funding | none | Funding sources to disallow from showing in the Smart Payment Buttons. | |||||||
18 | disable-card | none | Cards to disable from showing in the Smart Payment Buttons. | |||||||
19 | landing_page | BILLING | To use the non-PayPal account landing page on checkout, set to Billing else use Login. | |||||||
20 | payee_preferred | UNRESTRICTED | Preferred payment sources. Choose Unrestricted to accept any type of payment from the customer. | |||||||
21 | return_url | The URL where the customer is redirected after the customer approves the payment. | ||||||||
22 | cancel_url | The URL where the customer is redirected after the customer cancels the payment. | ||||||||
23 | debug | no | Write details logs for debugging (reduces application performance) | |||||||
24 | ||||||||||
25 | ||||||||||
26 |