Need to pass custom_id while using CreateSubscription
See original GitHub issuePlease add custom_id field in create subscription code block in ngx-paypal/projects/ngx-paypal-lib/src/lib/models/paypal-models.ts
Like this,
export interface ICreateSubscriptionRequest {
plan_id: string;
quantity?: number;
custom_id: string;
}
It will help me to use the PayPal js custom_id support. Please help me.
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
I am using the Smart Subscriber button and using customid ...
Finally I got it working, The issue was webhookId passed while validating the notification. The id we need to pass is the id...
Read more >Subscriptions feature (ICreateSubscriptionRequest) does not ...
Subscriptions feature of PayPal allows sending a custom id to PayPal with the subscription. This is important if you rely on web hooks...
Read more >Set up change notifications that include resource data
The rest of this article walks through an example to subscribe to change notifications for chatMessage resources in a Teams channel, with each ......
Read more >Create a subscription – curl - Stripe API reference
Creates a new subscription on an existing customer. Each customer can have up to 500 active or scheduled subscriptions. When you create a...
Read more >Set up subscription plan - Xsolla Developer documentation
Open your project in Publisher Account. Go to the Subscriptions section. On the Subscription plan tab, click Create subscription plan.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
please check the request now.
Can you create PR for this change?
On Mon, 6 Sep 2021, 17:45 vaishnavi-gh, @.***> wrote: