Gateway Profiles
Find one Gateway Profile
Retrieve a Gateway Profile by its ID
get/gateway-profiles/{id}
Path parameters
idstring required
Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"id": "gwp_2QC7PqoUeOxQEWscJJt6B3PkvyL",
"active": true,
"title": "Profile #1",
"integration": "stripe",
"environment": "test",
"configuration": {
"type": "stripe",
"environment": "test",
"secretKey": "sk_test_..."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.