Add Paystack Credentials
Stores this workspace’s own Paystack secret key, enabling the BYO-key payout rail.
Description
Royalti never holds tenant funds — every Paystack call is signed with the workspace’s own key and moves money through the workspace’s own Paystack balance. Endpoint:/integrations/paystack
Authorization:
- Required role:
owneronly
POST
Request Body:
POST returns 409 —
rotate the key with PUT, don’t add another row. The secret key is
never echoed back in this or any other response.
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Body
Response
Credentials stored. Unlike every other Integration response, this one includes settings: publicKey (if supplied) is returned in cleartext, while secretKey is always dropped.
"123e4567-e89b-12d3-a456-426614174000"
"vertofx"
true
"Integration for VertoFX payments"
"123e4567-e89b-12d3-a456-426614174000"
"123e4567-e89b-12d3-a456-426614174000"
"2023-01-01T00:00:00Z"
"2023-01-01T00:00:00Z"
Present only on this response. publicKey is returned in cleartext when supplied; secretKey is never included.