Get a partner by ID
Get a partner by ID
Path parameters
The unique identifier of the partner
The unique identifier of the partner
Response
Success
Example response
{
"success": true,
"data": {
"id": "123e4567-e89b-12d3-a456-426614174001",
"name": "Barclaycard",
"email": "argo@barclaycard.com",
"client_id": "partner_123",
"client_secret": "$2b$10$...",
"has_client_secret": true,
"website": "https://transfermate.com",
"payment_providers": {
"GB": "fumopay"
},
"created_at": "2024-03-19T12:00:00Z",
"updated_at": "2024-03-19T12:00:00Z"
}
}Changes
Changed in 3 of the 8 revisions of this API.218
- ▲
the
error/coderesponse's property type/format changed fromstring/to/for status400response-property-type-changed
- ●
removed the optional property
error/errorsfrom the response with the400statusresponse-optional-property-removed
- ○
added the optional property
error/metadatato the response with the400statusresponse-optional-property-added
- ○
added
subschema #1subschema #2to theerror/coderesponse propertyallOflist for the response status400response-property-all-of-added
- ○
the response property
data/created_atbecame required for the status200response-property-became-required
- ○
the response property
data/updated_atbecame required for the status200response-property-became-required
- ○
added the required property
data/has_client_secretto the response with the200statusresponse-required-property-added
- ○
added the required property
data/payment_providersto the response with the200statusresponse-required-property-added
- ○
added the required property
data/websiteto the response with the200statusresponse-required-property-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 367 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲