alipay:支付宝支付wechat_pay:微信支付bank_transfer:银行转账credit_card:信用卡支付digital_wallet:数字钱包Idempotency-Key 请求头Authorization: Bearer ********************{
"amount": 0,
"pay_channel": "string",
"transaction_id": "string",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe"
}curl --location --request POST '/api/v1/commerce/payments' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0,
"pay_channel": "string",
"transaction_id": "string",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe"
}'{
"code": 0,
"message": "success",
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"tenant_id": "34f5c98e-f430-457b-a812-92637d0c6fd0",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"like_count": 0,
"favorite_count": 0,
"share_count": 0,
"comment_count": 0,
"view_count": 0,
"is_pinned": false,
"is_global_pinned": false,
"pinned_at": "2019-08-24T14:15:22.123Z",
"pinned_weight": 0,
"is_liked": false,
"is_favorited": false,
"is_commented": false,
"is_following": false,
"is_followed": false,
"amount": 0,
"pay_channel": "string",
"transaction_id": "string",
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"status": "string"
}
}