10.7 Create Commission By Id
Last updated
Last updated
Request
Response
Method
URL
POST
/merchant/v1/merchant-poses/{pos_id}/commissions
Status
Response
200
{
"data": {
"items": [
{
"id": 1,
"installment_count": "2",
"tr_on_us_debit_card_rate": 0.02,
"tr_not_on_us_debit_card_rate": 0.02,
"foreign_card_rate": 0.05,
"interest_rate": 1.5,
"createdDate": "2023-11-06 20:07:11.746189+00",
"deletedDate": null,
"merchant_pos_id": 1,
"is_active": false,
"merchant_id": 1,
"tr_on_us_credit_card_rate": 0.03,
"tr_not_on_us_credit_card_rate": 0.03,
"blockage_day_count": 30,
"installment_label": "Visa",
"updatedDate": "2024-01-26 14:38:06.875475+00"
},
{
"id": 2,
"installment_count": "3",
"tr_on_us_debit_card_rate": 0.01,
"tr_not_on_us_debit_card_rate": 0.01,
"foreign_card_rate": 0.04,
"interest_rate": 2.5,
"createdDate": "2023-11-06 20:07:11.746189+00",
"deletedDate": null,
"merchant_pos_id": 1,
"is_active": false,
"merchant_id": 1,
"tr_on_us_credit_card_rate": 0.02,
"tr_not_on_us_credit_card_rate": 0.02,
"blockage_day_count": 15,
"installment_label": "MasterCard",
"updatedDate": "2024-01-26 14:38:07.392141+00"
}
],
"size": 2
}
}
403
400
401
401
500