hyperswitch-control-center icon indicating copy to clipboard operation
hyperswitch-control-center copied to clipboard

[FEATURE]: Raw card forwarding dashboard

Open JeevaRamu0104 opened this issue 9 months ago • 0 comments

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
}

JeevaRamu0104 avatar May 17 '24 11:05 JeevaRamu0104