Revoke

Revoke

POST https://mapi.yuansfer.com/auto-debit/v3/revoke

The revoke interface will be used to revoke authorization requests.

Request Body

NameTypeDescription

merchantNo*

string

Merchant ID

storeNo*

string

Store ID

autoDebitNo*

string

The auto-debit record ID.

verifySign*

string

The parameter signature.

{
    "result": {
        "autoDebitNo": "298222562856331071",
        "autoReference": "testAuth2021010801",
        "vendor": "GCASH"
    },
    "ret_code": "000100",
    "ret_msg": "revoke success"
}

Response

Parameter

Type

Description

result

object

The result object.

ret_msg

string

The response return message.

ret_code

string

The response return code. For more details, see here.

Result Object

Parameter

Type

Description

autoDebitNo

string

Unique ID of auto debit in Yuansfer's system.

autoReference

string

Unique ID of auto debit in the merchant's system.

vendor

string

The possible payment channels are "gcash", "kakaopay", "alipay", "alipay_hk", "dana", "truemoney", "tng", "easypaisa", "bkash".

{
    "merchantNo": "200043",
    "storeNo": "300014",
    "verifySign": "acb359804dd3805da41cbccf23af3a0a",
    "autoDebitNo": "298217806906830305"
}

Last updated