mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(payment_methods_v2): Payment method Create API (#5812)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -135,3 +135,15 @@ pub const DEFAULT_UNIFIED_ERROR_MESSAGE: &str = "Something went wrong";
|
||||
|
||||
// Recon's feature tag
|
||||
pub const RECON_FEATURE_TAG: &str = "RECONCILIATION AND SETTLEMENT";
|
||||
|
||||
/// Vault Add request url
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub const ADD_VAULT_REQUEST_URL: &str = "/vault/add";
|
||||
|
||||
/// Vault Get Fingerprint request url
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub const VAULT_FINGERPRINT_REQUEST_URL: &str = "/fingerprint";
|
||||
|
||||
/// Vault Header content type
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub const VAULT_HEADER_CONTENT_TYPE: &str = "application/json";
|
||||
|
||||
Reference in New Issue
Block a user