mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(router): add payments create-intent flow for v2 (#6193)
Co-authored-by: hrithikesh026 <hrithikesh.vm@juspay.in> Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Hrithikesh <61539176+hrithikesh026@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9576ee37a6
commit
afa803e0f9
@ -74,6 +74,7 @@ pub mod headers {
|
||||
pub const X_DATE: &str = "X-Date";
|
||||
pub const X_WEBHOOK_SIGNATURE: &str = "X-Webhook-Signature-512";
|
||||
pub const X_REQUEST_ID: &str = "X-Request-Id";
|
||||
pub const X_PROFILE_ID: &str = "X-Profile-Id";
|
||||
pub const STRIPE_COMPATIBLE_WEBHOOK_SIGNATURE: &str = "Stripe-Signature";
|
||||
pub const STRIPE_COMPATIBLE_CONNECT_ACCOUNT: &str = "Stripe-Account";
|
||||
pub const X_CLIENT_VERSION: &str = "X-Client-Version";
|
||||
|
||||
Reference in New Issue
Block a user