Dynadot

Stripe for domain payments

Spaceship Spaceship
Watch

Haris

Best Domainer Of The End-TimesTop Member
Impact
7,722
Hi guys

Can we use Stripe as an alternative to PayPal? I would like to receive payments of domains sales at NamePros via Stripe.

Any NamePros member using it? Please share your experience.

Thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
0
•••
Not directly. Stripe and Paypal (regular send/receive features) are not the same and equivalent. Stripe is more of a traditional payment gateway
 
0
•••
Not directly. Stripe and Paypal (regular send/receive features) are not the same and equivalent. Stripe is more of a traditional payment gateway

Any example of services similar to Stripe? I am looking for a service similar to PayPal/Skrill/Payoneer from where I can withdraw any time i want
 
0
•••
you can easily use stripe for domain payments



<form action="" method="POST">
<script src="https://checkout.stripe.com/checkout.js" class="stripe-button" data-key="YOUR_KEY"
data-name="<?php echo $domain; ?>" data-description="Domain only" data-amount="<?php echo $price; ?>00" data-currency="USD" data-billing-address="true" >
</script>
<input type="hidden" name="sc-name" value="<?php echo $domain; ?>" />
<input type="hidden" name="sc-description" value="domain only - no webpage content" />
<input type="hidden" name="sc-amount" value="<?php echo $price; ?>00" />
<input type="hidden" name="sc-redirect" value="http://yourdomain" />
<input type="hidden" name="sc-currency" value="USD" />
</form>
 
Last edited:
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back