Cancel Association
Removes an existing association between a material record and a transaction.
Field
Type
Requirement
Description
{
"merchant_id": 100398,
"material_id": 100001,
"order_id": 100001
}Last updated
curl --request POST \
--url https://rem-api-sandbox.pagsmile.com/remittance/material/cancel-link \
--header 'Content-Type: application/json; charset=UTF-8' \
--data '{
"partner_id": "<your_partner_id>",
"app_id": "<your_app_id>",
"timestamp": "2026-07-20 10:30:00",
"version": "2.0",
"language": "en",
"random_key": "<RSA-encrypted AES key>",
"request_id": "<globally_unique_request_id>",
"sign_type": "RSA",
"biz_data": "<AES-encrypted biz_data>"
}'{
"code": "10000",
"msg": "Success",
"random_key": "abssdddd2wdw==",
"sign_type": "RSA",
"app_id": "2017051914172236111"
}{
"code": "40002",
"msg": "Business Failed",
"sub_code": "invalid-signature",
"sub_msg": "invalid signature"
}