Sign in

Verify microdeposits

documented

Verify microdeposits for a payment method associated with the PaymentIntent.

POST /v1/payment_intents/{id}/verify_microdepositsPayment Intentsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.stripe.com/v1/payment_intents/{{$payment_intent_id}}/verify_microdeposits" \
  -u "{{STRIPE_API_KEY}}:" \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -d '{"amounts": [{{$amount1}}, {{$amount2}}], "descriptor_code": "{{$descriptor_code}}"}'