# 担保支付(单次支付)服务端接入说明

更新时间:2024-09-10 15:10:03

# 1、接入概述

快手小程序交易openAPI提供了支付、结算、退款、账单查询等全套功能,如下是交易过程中支付、结算和退款三个流程的时序图。

支付流程图

结算流程

退款流程

# 2、能力概述

模块描述OpenAPI接口文档
支付开发者可通过该接口发起支付预下单。https://open.kuaishou.com/openapi/mp/developer/epay/create_order接口详情
用户支付成功之后的支付回调- 
无收银台模式改单接口https://open.kuaishou.com/openapi/mp/developer/epay/create_order_with_channel接口详情
拉起支付面板,用户选择支付渠道进行支付-接口详情
结算开发者可通过该接口手动发起结算分账https://open.kuaishou.com/openapi/mp/developer/epay/settle接口详情
结算回调,回调结算结果通知- 
退款开发者可通过该接口发起订单退款https://open.kuaishou.com/openapi/mp/developer/epay/apply_refund接口详情
退款回调,回调退款结果通知- 
查询订单查询支付订单状态https://open.kuaishou.com/openapi/mp/developer/epay/query_order接口详情
查询结算订单状态https://open.kuaishou.com/openapi/mp/developer/epay/query_settle
查询退款订单状态https://open.kuaishou.com/openapi/mp/developer/epay/query_refund
账单查询查询账单,用于对账,包含支付、结算和退款账单。https://open.kuaishou.com/openapi/mp/developer/epay/query_bill接口详情
Copyright ©2024, All Rights Reserved