Retrieve a fee schedule
Retrieve a fee schedule's details
Path Parameters
Name
Type
Description
Field Name
Type
Description
Required
{
"data": {
"id": "aba76907-2a1a-41cf-8501-5cd4ba1ff400",
"name": "CUSTOMER_01: VS/MC/DS 2.9% + $.30; AMEX 3.4% + $.30; ACH 1% + 0.18; MONTHLY $20; PCI $79",
"description": "VS/MC/DS 2.9% + $.30; AMEX 3.4% + $.30; ACH 1% + 0.18; MONTHLY $20; PCI $79",
"is_default": true,
"created_at": "2022-02-10T04:50:39.817Z",
"updated_at": "2022-02-10T04:50:39.817Z"
}
}curl --location --request GET 'http://<Platform-host>/api/fee-schedules/aba76907-2a1a-41cf-8501-5cd4ba1ff400' \
--header 'Authorization: Basic <YOUR_API_SECRET>'{
"data": {
"id": "aba76907-2a1a-41cf-8501-5cd4ba1ff400",
"name": "CUSTOMER_01: VS/MC/DS 2.9% + $.30; AMEX 3.4% + $.30; ACH 1% + 0.18; MONTHLY $20; PCI $79",
"description": "VS/MC/DS 2.9% + $.30; AMEX 3.4% + $.30; ACH 1% + 0.18; MONTHLY $20; PCI $79",
"is_default": true,
"created_at": "2022-02-10T04:50:39.817Z",
"updated_at": "2022-02-10T04:50:39.817Z"
}
}Last updated