Stripe tokenizationStripe how to create a token for a Credit Card stored with customer using iOS / ParseTrying to register a Stripe customer with a credit card and use the token received to charge the card in Node.js serverUnable to charge customer using stripeStripe: attribute charge with single use token to customerFuture payment with iOS Stripe SDKBatching Transactions in StripeStripe Token is not created in the stripe serverGetting token to create customer using StripeCreate card token in Stripe via JavaStripe Django: How to charge the existing customer with a plan
How to estimate Scoville level of home-made pepper sauce??
How do I get a decreased-by-one x in a foreach loop?
Converting a set into a string
How is the idea of "two people having a heated argument" idiomatically expressed in German?
Are modern clipless shoes and pedals that much better than toe clips and straps?
Understanding Parallelize methods
I can see my two means are different. What information can a t test add?
How can I unambiguously ask for a new user's "Display Name"?
Is there any practical application for performing a double Fourier transform? ...or an inverse Fourier transform on a time-domain input?
You have 3 cakes. Everytime you eat one, there's 17% chance the number of cakes is reset to 3. Find average number of cakes eaten?
What to say to a student who has failed?
Why did Khan ask Admiral James T. Kirk about Project Genesis?
How do I request a longer than normal leave of absence period for my wedding?
How should I face my manager if I make a mistake because a senior coworker explained something incorrectly to me?
What do these triangles above and below the staff mean?
How to make Ubuntu support single display 5120x1440 resolution?
The Knight's estate
Anatomically Correct Whomping Willow
Why is my Earth simulation slower than the reality?
How to prevent clipped screen edges on my TV, HDMI-connected?
How do I get toddlers to stop asking for food every hour?
Is immersion of utensils (tevila) valid before koshering (hagala)?
SQL Server Management Studio - Why is Dark Theme Disabled by Default?
Why did this happen to Thanos's ships at the end of "Avengers: Endgame"?
Stripe tokenization
Stripe how to create a token for a Credit Card stored with customer using iOS / ParseTrying to register a Stripe customer with a credit card and use the token received to charge the card in Node.js serverUnable to charge customer using stripeStripe: attribute charge with single use token to customerFuture payment with iOS Stripe SDKBatching Transactions in StripeStripe Token is not created in the stripe serverGetting token to create customer using StripeCreate card token in Stripe via JavaStripe Django: How to charge the existing customer with a plan
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Sorry for the generic questions here but although I have read the whole Stripe API website multiple times, I still cannot understand the tokenization workflow.
I intend to use Stripe via a C# Windows Forms app and a C# website using the Stripe API.
I want to tokenize credit cards and then use the token to make charges to the cards (not only once).
I found that the only way to do this is to create Customer and use the Customer ID instead of the traditional token to do the charges.
Is it so?
If so, I found no way how to cancel the use of specific Customer IDs for charges. I want to keep active for no more than 2 weeks.
Thank you in advance
c# api token stripe-payments
add a comment |
Sorry for the generic questions here but although I have read the whole Stripe API website multiple times, I still cannot understand the tokenization workflow.
I intend to use Stripe via a C# Windows Forms app and a C# website using the Stripe API.
I want to tokenize credit cards and then use the token to make charges to the cards (not only once).
I found that the only way to do this is to create Customer and use the Customer ID instead of the traditional token to do the charges.
Is it so?
If so, I found no way how to cancel the use of specific Customer IDs for charges. I want to keep active for no more than 2 weeks.
Thank you in advance
c# api token stripe-payments
2
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56
add a comment |
Sorry for the generic questions here but although I have read the whole Stripe API website multiple times, I still cannot understand the tokenization workflow.
I intend to use Stripe via a C# Windows Forms app and a C# website using the Stripe API.
I want to tokenize credit cards and then use the token to make charges to the cards (not only once).
I found that the only way to do this is to create Customer and use the Customer ID instead of the traditional token to do the charges.
Is it so?
If so, I found no way how to cancel the use of specific Customer IDs for charges. I want to keep active for no more than 2 weeks.
Thank you in advance
c# api token stripe-payments
Sorry for the generic questions here but although I have read the whole Stripe API website multiple times, I still cannot understand the tokenization workflow.
I intend to use Stripe via a C# Windows Forms app and a C# website using the Stripe API.
I want to tokenize credit cards and then use the token to make charges to the cards (not only once).
I found that the only way to do this is to create Customer and use the Customer ID instead of the traditional token to do the charges.
Is it so?
If so, I found no way how to cancel the use of specific Customer IDs for charges. I want to keep active for no more than 2 weeks.
Thank you in advance
c# api token stripe-payments
c# api token stripe-payments
asked Mar 27 at 17:38
PanosPlatPanosPlat
4321 gold badge6 silver badges24 bronze badges
4321 gold badge6 silver badges24 bronze badges
2
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56
add a comment |
2
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56
2
2
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383415%2fstripe-tokenization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55383415%2fstripe-tokenization%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
2
You are correct that you need to attach the token to a customer in order to reuse the same payment source. See this article. If you want to then make the source no longer chargeable after two weeks, you can detach it from the customer.
– taintedzodiac
Mar 27 at 18:56