{
"Profile": {
"Id": "364783921176285",
"Name": "ID LOREM",
"Type": "M",
"GetStatementFee": true,
"StatementFee": 10,
"GetPosFee": true,
"GetInactiveFee": true,
"InactiveFee": 10,
"GetMemberFee": true,
"MemberFee": 10
},
"Details": [
{
"ProfileGuid": 1100000022135197,
"TermType": "PO",
"FeeAmount": 10,
"FeePaymentType": "O"
}
]
}curl --location --request POST 'https://hilarion.corpayss.net:8422/api/IntegrationAcquirer/CreatePosFeeProfile' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"Profile": {
"Id": "364783921176285",
"Name": "ID LOREM",
"Type": "M",
"GetStatementFee": true,
"StatementFee": 10,
"GetPosFee": true,
"GetInactiveFee": true,
"InactiveFee": 10,
"GetMemberFee": true,
"MemberFee": 10
},
"Details": [
{
"ProfileGuid": 1100000022135197,
"TermType": "PO",
"FeeAmount": 10,
"FeePaymentType": "O"
}
]
}'{
"ResultObject": 2696557326,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}