For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cancel Association

Removes an existing association between a material record and a transaction.

Endpoint

POST /remittance/material/cancel-link

Sandbox base URL: https://rem-api-sandbox.pagsmile.com Content-Type: application/json; charset=UTF-8

The request uses the standard Remittance API request envelope. The fields below describe the decrypted biz_data object.

Requirement: M = Mandatory, O = Optional, and C = Conditional. A conditional field is mandatory only when the condition stated in its description applies.

Request body

Decrypted biz_data fields

Field
Type
Requirement
Description

merchant_id

long

M

Pagsmile-assigned unique identifier of the merchant.

material_id

long

M

Pagsmile-assigned unique identifier of the material record.

order_id

long

M

Pagsmile-assigned unique identifier of the order.

Plaintext biz_data example

This example includes mandatory fields and representative optional or conditional fields. Submit fields marked C only when the condition in the field description applies.

{
  "merchant_id": 100398,
  "material_id": 100001,
  "order_id": 100001
}

Request example

Use the partner_id and app_id assigned to your integration. The values above are placeholders.

Response

Related APIs

Last updated