arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
454 stars 129 forks source link

fix: support pdp_ as an id prefix for dispute objects #491

Closed khalsah closed 8 months ago

khalsah commented 8 months ago

Summary

Adds support for pdp_ as an id prefix for dispute objects. We encountered this prefix in the wild as a dispute on an ACH payment made via payment intents.

Checklist

arlyon commented 8 months ago

Thanks for the PR! :tada: