Get a specific payment method by ID.
GET
/2026-2/payment-methods/{paymentMethodId}
curl \
--request GET 'https://api.pace.cloud/payment/2026-2/payment-methods/e7b23b4b-3957-499f-98e9-7205b581d8ac' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"data": {
"createdAt": "2023-10-01T12:00:00.000Z",
"expiresAt": "2023-10-01T12:00:00.000Z",
"icons": {
"dark": "https://example.com/icons/payment-methods/example-dark.svg",
"default": "https://example.com/icons/payment-methods/example-light.svg"
},
"id": "40d8d9b4-ed3a-4a21-9745-5d86279a1dcd",
"implicit": true,
"kind": "FUEL_CARD_PROVIDER",
"label": "Fuel Card Provider",
"lastUsedAt": "2023-10-01T12:00:00.000Z",
"metadata": {},
"name": "XYZ ending in 1234",
"onboardingId": "28da8789-53c8-4801-814c-db62a40d34df",
"proxy": false,
"shareCount": 12,
"shared": false,
"updatedAt": "2023-10-01T12:00:00.000Z",
"userId": "f0fa68e4-674d-4145-a2a2-189816caf7af"
}
}