hyperswitch-control-center
hyperswitch-control-center copied to clipboard
[FEATURE]: Raw card forwarding dashboard
Merchant will share his public key and how long he’ll want to access the raw card (in seconds). Use a business profile update endpoint to send below fields to the backend.
Default value for TTL is 15 mins (900 seconds) and max value is 1 hr (3600 seconds). Backend has validation for this. Frontend too should have this validation.
POST /account/:merchant_id/business_profile/:profile_id
{
"public_key": String,
"raw_card_ttl": u16
}