#Sandip Kundu - currency-conversion

1 messages · Page 1 of 1 (latest)

autumn ferry
#

@bleak steppe Hi! Let's talk here.

bleak steppe
#

Sorry ! I think i didn't described properly ! I need an API which just Convert an amount to all other currencies and will return the following:

  1. Currently Name
  2. Currency Symbol
  3. Converted amount
  4. Origin
    Currency Shortcode ( 3 letter )
#

Also
I want to make a recurring payment through stripe. Which APIs i need to use to complete the task from beginning to end.
NOTE : I can't use the Checkout Session API. Because i need to complete the process through backend without reloading other page.

autumn ferry
#

I need an API which just Convert an amount to all other currencies
Got it! But like I said Stripe doesn't offer this. You'll have to use another service for this.

bleak steppe
#

If i use another then there will be a possibility to differ the amount so it will not be a good approach.

autumn ferry
#

If i use another then there will be a possibility to differ the amount so it will not be a good approach.
That's true, but Stripe doesn't offer this.