#정규
1 messages · Page 1 of 1 (latest)
Hi there!
- That's a very broad question. Can you clarify what you want to do?
2 & 3. What is "billing key method"?
- If a user pre-registers their card information and uses it at checkout, please tell me what you call this.
You mean the customer has a default payment method saved?
When you enter the customer's card information, Stripe issues a key that can be paid, and the customer uses it to pay.
I'm guessing key = Payment Method (pm_xxx).
Anyway:
For your second question, you can find our minimum/maximum charge amount here: https://stripe.com/docs/currencies#minimum-and-maximum-charge-amounts
For your third question, I think you are talking about placing a hold on a card https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
- Correct. Can I prevent certain cards from being accepted when a payment is made by Payment Method?
Again, that's a broad question. But yes that should be possible, for example with Radar: https://stripe.com/docs/radar/rules
- I'm sorry.
For example, I don't want my prepaid card from Sutton Bank to be able to make payments.