Generates a new pending PGP signing key pair for the payment file. The key must be activated before use.
POST http:///api/v2/business/{businessId}/paymentfiles/{id}/signing-key/generate
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| id | int32 | Required | |
| businessId | string | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
PgpKeyPairEditModel |
| 404 | Not Found Not Found |
ProblemDetails |
Powered by DapperDox