- 文档介绍
- 认证
- 账户
- 余额
- 申请收款账户
- 收款账户
- 收单
- 入账
- 汇率
- 换汇
- 付款
- 转账
- 流水
- 账户实名更新请求
- 收款人
- 模拟
- Webhooks
- 通知
账户审核驳回
POST
/account_rejected
请求参数
Body 参数application/json
type
string
必需
data
object
必需
account_id
string
账户id
request_id
string
请求ID
create_time
string
必需
status
string
FAILED
reason
string
原因
示例
{
"type": "string",
"data": {
"account_id": "string",
"request_id": "string",
"create_time": "string",
"status": "string",
"reason": "string"
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://demo-api.easypayx.com/account_rejected' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"data": {
"account_id": "string",
"request_id": "string",
"create_time": "string",
"status": "string",
"reason": "string"
}
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2025-01-11 08:56:50