mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-31 01:57:45 +08:00
feat(payment_methods_v2): Update and Retrieve payment method APIs for v2 (#5939)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -144,6 +144,10 @@ pub const ADD_VAULT_REQUEST_URL: &str = "/vault/add";
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub const VAULT_FINGERPRINT_REQUEST_URL: &str = "/fingerprint";
|
||||
|
||||
/// Vault Retrieve request url
|
||||
#[cfg(all(feature = "v2", feature = "payment_methods_v2"))]
|
||||
pub const VAULT_RETRIEVE_REQUEST_URL: &str = "/vault/retrieve";
|
||||
|
||||
/// 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