Gateway Credentials
Store Payment Gateway Credentials
Store credentials for a payment gateway.
PUT
Gateway Credentials Guide
Store and manage payment gateway credentials
Error Responses
Parameter Constraints
- credentialsId: Required string. Used as the unique identifier for this credential set.
- Request body: Must be valid JSON containing either a
paymentGatewayorvirtualCardProvidertop-level key. - Name (inside provider object): Required, non-empty string matching a supported gateway.
- Credentials (inside provider object): All property names must match the gateway’s expected credential field names (see Retrieve Credential Structure).
Parameters
Headers
Your API key prefixed with
APIKEY. Example: APIKEY your-api-key. See the Authentication guide.Path Parameters
The unique ID for this set of credentials. You will reference this ID when sending a request through the Universal Payment Gateway.
Request Body
A custom object specifying the name of the payment gateway and its credentials.

