Create Charge Keys
Creates a new Charge Key associated with the specified organization and gateway.
Verb | PUT |
---|---|
Endpoint | {base-url}/credit/charge-key |
Max Page Size | 50 |
Request Body
{
"body": [
{
"gatewayId": 1,
"organizationId": 1,
"merchant": "VendNovation",
"name": "autogenerated 160 160",
"key": "025pk8fxrhh3PeJ04vO2uPtkATWju7qw"
}
]
}
Returns
On Success
The ids of the created charge keys.
Response Body
[
1673
]