Payment Management
Payment Management Page will have the following features:
Saved Card deletion
Wallet de-linking
Saved VPA deletionress / to explore different components
Pass “paymentManagement” to start the payment management interface.
Unique identifier associated with static resources assigned by juspay.
The merchant_key_id is a unique identifier for the Signature that will be provided by Juspay after the merchants share the public key. Please refer to Generating the Signature for instructions.
The signaturePayload is the JSON Stringified version of the object below.
{
merchant_id : String (Mandatory; unique MerchantId shared during the on-boarding)
, customer_id : String (Mandatory; uniquely identifies the customer)
, mobile_number : String (Mandatory)
, email_address : String (Mandatory)
, first_name : String (Optional)
, last_name : String (Optional)
, timestamp : String (Mandatory; time at which the session is started)
}
Environment to be used in the session. Accepted values are “sandbox” or “production”

