Paytend BaaS PF API is a bank card acquiring API interface for the Paytend BaaS service designed specifically for Paytend's Payment Facilitator (PF) service provider. The main goal of this API is to support PF service providers in providing payment acquiring services and provide key functions such as merchant onboarding and clearing management.
Paytend BaaS PF API not only provides the above main functions, but also supports a series of common Payment Facilitator capabilities to meet the needs of different PF service providers. These common capabilities include, but are not limited to:
The Paytend BaaS PF API provides detailed access and integration documentation, including information on API endpoints, authentication, request examples, and response examples. PF service providers can access according to the documents and customize the integration according to their needs.
Communication Method
Communicate using HTTPS, the message format is JSON
Character Set
Messages are uniformly encoded in UTF-8
bizData:
Encrypted by randomly generated AES KEY.randomKey:
AES KEY is encrypted by Paytend public key.signature:
The signature source string is composed of all non-empty field contents except the signature field, sorted according to the ASCII code of the message field, and connected with the "&" symbol in the manner of "field name = field value".{
"randomKey":"qeM/mnvepEv5MFe7n77brQ==",
"requestId":"20231025102930718",
"signType":"RSA",
"bizData":{
"mobile":"13261402222",
"type":"1"
},
"partnerId":"888666000100260",
"version":"2.0"
}
The signature source string signature is as follows. The signature source string uses the partner RSA private key signature to generate the signature.
bizData={"mobile":"8613261402222","type":"1"}&partnerId=888666000100260&randomKey=gNx86vc1yttHs8ZWOf7+5g==&requestId=20231025095118321&signType=RSA&version=2.0
SHA256withRSA
.117
.128
.signature
field in the request data is generated by the Partner RSA private key signature.signature
field in the response data is generated by the Paytend RSA private key signature.randomKey
and bizData
plain text participate in the signature.Data security is crucial in the financial sector. Paytend BaaS PF API uses advanced data encryption and security measures to ensure the protection of sensitive information. Detailed safety information will be included in the official documentation.
request
object (MerchantInfo) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
respData | object Business data. |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "merchantId": "string",
- "merchantType": 1,
- "merchantName": "string",
- "shortName": "string",
- "registrationNum": "string",
- "registrationDate": "stringstri",
- "expireDate": "stringstri",
- "businessCategory": "stri",
- "contactName": "string",
- "contactMobile": "stringst",
- "email": "stringst",
- "registrationAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "businessAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "legalPerson": {
- "firstName": "string",
- "lastName": "string",
- "nativeLanguageName": "string",
- "nationalityCode": "st",
- "gender": 0,
- "birthday": "stringstri",
- "residenceAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "identityInfo": {
- "idType": 0,
- "idNo": "string",
- "issueDate": "stringstri",
- "expiryDate": "stringstri"
}
}
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": { },
- "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
Approved merchants are not allowed to update information..
request
object (MerchantInfo) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
respData | object Business data. |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "merchantId": "string",
- "merchantType": 1,
- "merchantName": "string",
- "shortName": "string",
- "registrationNum": "string",
- "registrationDate": "stringstri",
- "expireDate": "stringstri",
- "businessCategory": "stri",
- "contactName": "string",
- "contactMobile": "stringst",
- "email": "stringst",
- "registrationAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "businessAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "legalPerson": {
- "firstName": "string",
- "lastName": "string",
- "nativeLanguageName": "string",
- "nationalityCode": "st",
- "gender": 0,
- "birthday": "stringstri",
- "residenceAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "identityInfo": {
- "idType": 0,
- "idNo": "string",
- "issueDate": "stringstri",
- "expiryDate": "stringstri"
}
}
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": { },
- "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
object (GetMerchant_BizData) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (MerchantResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "merchantId": "string"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "partnerMerchantId": "string",
- "merchantId": "string",
- "merchantType": 1,
- "merchantName": "string",
- "shortName": "string",
- "registrationNum": "string",
- "registrationDate": "stringstri",
- "expireDate": "stringstri",
- "businessCategory": "stri",
- "contactName": "string",
- "contactMobile": "stringst",
- "email": "stringst",
- "registrationAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "businessAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "legalPerson": {
- "firstName": "string",
- "lastName": "string",
- "nativeLanguageName": "string",
- "nationalityCode": "st",
- "gender": 0,
- "birthday": "stringstri",
- "residenceAddress": {
- "addressLine": "stringstri",
- "addressLine2": "stringstri",
- "cityCode": "string",
- "state": "stringstri",
- "postcode": "string",
- "countryCode": "st"
}, - "identityInfo": {
- "idType": 0,
- "idNo": "string",
- "issueDate": "stringstri",
- "expiryDate": "stringstri"
}
}, - "auditStatus": "string",
- "auditStatusMsg": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (Questionnaire_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
respData | object Business data. |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "hasLicense": 1,
- "employeeNum": 1,
- "annualTurnover": 1,
- "monthExpected": 1,
- "singleTransAverage": 1,
- "pep": 1,
- "website": "string",
- "businessScope": "stringstri"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": { },
- "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
No encryption required, plain text transmission.
request
required | object (UploadMerchantFile_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
respData | object Business data. |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "fileType": 1,
- "fileContent": "string",
- "fileURL": "string",
- "suffix": "string",
- "fileDesc": "string"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": { },
- "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
object (OpenPayment_BizData) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (OpenPaymentResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "channelType": 1,
- "businessType": 1,
- "accessModeType": 1,
- "nonEuropeFeeRate": "string",
- "europeFeeRate": "string",
- "fixedFee": 1,
- "currency": "str",
- "webSite": "string",
- "appDownloadURL": "string",
- "officeAccount": "string",
- "miniProgram": "string"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "serviceStatus": "string",
- "channelMerchantId": "string",
- "businessType": 1,
- "accessModeType": 1,
- "channelMCC": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
object (PaymentResult_BizData) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (OpenPaymentResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "channelType": 1,
- "businessType": 1,
- "accessModeType": 1
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "serviceStatus": "string",
- "channelMerchantId": "string",
- "businessType": 1,
- "accessModeType": 1,
- "channelMCC": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
object (MerchantID_BizData) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (MerchantQRCodeResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "fileType": 2
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "downloadURL": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (SettlementAccount) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
respData | object Business data. |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string",
- "currency": "str",
- "accountName": "string",
- "accountNum": "stringstringstri",
- "swiftCode": "stringst",
- "bankName": "string",
- "bankAddress": "stringstri"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": { },
- "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
object (MerchantID_BizData_1) | |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (SettlementResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "partnerMerchantId": "string"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "settlementAccountList": [
- {
- "partnerMerchantId": "string",
- "currency": "str",
- "accountName": "string",
- "accountNum": "stringstringstri",
- "swiftCode": "stringst",
- "bankName": "string",
- "bankAddress": "stringstri"
}
]
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (Withdrawal_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (WithdrawalResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "orderNo": "stringstringstri",
- "currency": "str",
- "swiftCode": "stringst",
- "benBankName": "string",
- "benAccountNum": "stringstringstri",
- "benAccountName": "string",
- "amount": 0,
- "reference": "string",
- "clientDate": "stringstringst"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "orderNo": "string",
- "amount": 0,
- "fee": 0
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (WithdrawResult_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (WithdrawResultResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "orderNo": "stringstringstri"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "orderNo": "string",
- "withdrawalStatus": 0,
- "amount": 0,
- "fee": 0
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (Balance_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (BalanceResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "currency": "str"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "currency": "string",
- "balance": 0
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (Settlement_Payment_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (PaymentResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "merchantId": "string",
- "settlementDate": "stringstri"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "partnerMerchantId": "string",
- "amount": 0,
- "fee": 0,
- "accountName": "string",
- "accountNum": "string",
- "swiftCode": "string",
- "currency": "string",
- "settlementStatus": "string",
- "settlementList": [
- {
- "settlementId": 0,
- "dsfCurrency": "string",
- "dsfAmount": 0,
- "currency": "string",
- "amount": 0,
- "type": 0,
- "businessCategory": 0,
- "transactionStatus": 0,
- "remarks": "string",
- "recordDate": "string",
- "processingBeginDate": "string",
- "processingDateEnd": "string",
- "transactionFee": 0,
- "creditAmount": 0,
- "orderNo": "string"
}
]
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (PF_Transaction_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (TransactionResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "merchantId": "string",
- "beginDate": "stringstri",
- "endDate": "stringstri",
- "merchantType": 0,
- "paymentType": 4,
- "start": 1
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "tradeList": [
- {
- "partnerMerchantId": "string",
- "transactionStatus": 0,
- "posCurrency": "string",
- "posAmount": 0,
- "currency": "string",
- "realAmount": 0,
- "orderId": "string",
- "transId": "string",
- "txnDate": "string",
- "paymentType": 0,
- "fee": 0,
- "processingDate": "string",
- "businessCategory": 0
}
], - "total": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
request
required | object (SettlementFile_BizData) |
requestId required | string = 32 characters Request serial number, globally unique. |
partnerId required | string = 15 characters Assigned by paytend. |
randomKey | string AES key |
signType required | string Fixed value RSA. |
signature | string Signed by partner RSA private key. |
version required | string Fixed value 2.0. |
respCode required | string Response code. |
respMsg | string Response message. |
object (SettlementFileResponse) | |
randomKey | string AES key. |
signType required | string Fixed value RSA. |
signature | string Signed by paytend RSA private key. |
{- "bizData": {
- "merchantId": "string",
- "currency": "str",
- "settlementDate": "stringstri"
}, - "requestId": "stringstringstringstringstringst",
- "partnerId": "stringstringstr",
- "randomKey": "string",
- "signType": "string",
- "signature": "string",
- "version": "string"
}
{- "respCode": "string",
- "respMsg": "string",
- "respData": {
- "fileContent": "string",
- "suffix": "string"
}, - "randomKey": "string",
- "signType": "string",
- "signature": "string"
}
The partner is required to provide a callback URL.
openingNotification
partnerMerchantId required | string [ 6 .. 15 ] characters Partner merchant ID. |
merchantId required | string [ 6 .. 15 ] characters Merchant ID. |
auditStatus required | string Audit status |
auditStatusMsg required | string Audit status description |
msg | string Business description. |
status | string Status. |
{- "partnerMerchantId": "string",
- "merchantId": "string",
- "auditStatus": "string",
- "auditStatusMsg": "string"
}
{- "msg": "string",
- "status": "string"
}
The partner is required to provide a callback URL.
notify
partnerMerchantId required | string Partner merchant ID. |
channelType required | integer <int32> Channel type. |
businessType required | integer <int32> Business type. |
accessModeType required | integer <int32> Access mode type.
|
channelMCC required | string Channel MCC |
channelMerchantId | string Paytend assigned channel number. |
settlementPeriod required | string Settlement period. |
serviceStatus required | string Service status. |
returnMsg required | string Audit status description. |
msg | string Business description. |
status | string Status. |
{- "partnerMerchantId": "string",
- "channelType": 0,
- "businessType": 0,
- "accessModeType": 0,
- "channelMCC": "string",
- "channelMerchantId": "string",
- "settlementPeriod": "string",
- "serviceStatus": "string",
- "returnMsg": "string"
}
{- "msg": "string",
- "status": "string"
}