Retrieve Mandate
Introduction
Retrieve mandate
Interface
GET /v1/mandates/:mandate_id
Request Params
N/A
Response Params
Response Example
200 success:
{
"id": "mdt_9C4880HCuDa9anrX",
"object": "mandate",
"payment_method": "alipay_hk",
"terminal_type": "web",
"gateway_transaction_id": null,
"customer_id": "cst_mX9Cy5nnr1eTOarr",
"status": "pending",
"time_signed": null,
"time_created": "2022-10-12T12:32:32+08:00",
"failure_message": null,
"failure_code": null,
"extra": {},
"action": {
"type": "redirect_to_url",
"redirect_to_url": {
"url": "https://render.alipay.hk/p/h5/hk-gka-sign/www/index.html#/?terminalType=WEB&path=/standard&sceneCode=SIGN_AGREEMENT&merchantRedirectUrl=https%3A%2F%2Frender.alipay.com%2Fp%2Fyuyan%2F180020010001207415%2Fadaptor.html%3FaccessType%3Dback%26callbackType%3DCommon%26terminalType%3DWEB%26referenceAgreementId%3Dmdt_9C4880HCuDa9anrX%26authRequestId%3D2022101219091305000890003727993%26pspId%3D1022160000000000000%26clientId%3D4GGO000000000001%26authState%3Dc2491836-0152-42cb-9d75-b10f8f13c9ad&bizId=281004gnoauth3b0e4dd1e86c80267130f35701f20ade&scheme=alipayhk%3A%2F%2Fplatformapi%2Fstartapp%3FappId%3D85211122%26startMultApp%3DYES%26appClearTop%3DFALSE%26hkFastLaunch%3Dtrue%26path%3D%2Fstandard%26sceneCode%3DSIGN_AGREEMENT%26merchantRedirectUrl%3Dhttps%253A%252F%252Frender.alipay.com%252Fp%252Fyuyan%252F180020010001207415%252Fadaptor.html%253FaccessType%253Dback%2526callbackType%253DCommon%2526terminalType%253DWEB%2526referenceAgreementId%253Dmdt_9C4880HCuDa9anrX%2526authRequestId%253D2022101219091305000890003727993%2526pspId%253D1022160000000000000%2526clientId%253D4GGO000000000001%2526authState%253Dc2491836-0152-42cb-9d75-b10f8f13c9ad%26bizId%3D281004gnoauth3b0e4dd1e86c80267130f35701f20ade"
}
}
}