#pomelo-paymentintent-rawpans

1 messages · Page 1 of 1 (latest)

wispy pastureBOT
subtle latch
#

@trail seal yes but it's not documented since it's a "gated feature" that requires access which we usually don't discuss here. But basically you pass payment_method_data the way you pass source today on Charges

#
    -u sk_test_XXXX: \
    -d amount=1000 \
    -d currency=usd \
    -d confirm=true \
    -d payment_method_types[]=card \
    -d payment_method_data[type]=card \
    -d payment_method_data[card][number]=4242424242424242 \
    -d payment_method_data[card][exp_month]=12 \
    -d payment_method_data[card][exp_year]=2026 \
    -d payment_method_data[card][cvc]=123``` like this
trail seal
#

thank you!

subtle latch
#

pomelo-paymentintent-rawpans