Documentation
¶
Overview ¶
Package aliospay 包含AliOS支付API相关方法
Index ¶
- func AliyunAliosPayPeriodAgreementPay(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayPeriodAgreementStatusGet(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayPeriodAgreementUnsign(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayRecordList(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayRefund(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayTokenGet(ctx context.Context, clt *core.SDKClient, ...) error
- func AliyunAliosPayTradeQuery(ctx context.Context, clt *core.SDKClient, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AliyunAliosPayPeriodAgreementPay ¶ added in v1.2.9
func AliyunAliosPayPeriodAgreementPay(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayPeriodAgreementPayAPIRequest, resp *aliospay.AliyunAliosPayPeriodAgreementPayAPIResponse, session string) error
AliyunAliosPayPeriodAgreementPay 周期扣款支付接口 aliyun.alios.pay.period.agreement.pay
周期扣款支付接口,商户服务端通过该接口完成后续期数的支付
func AliyunAliosPayPeriodAgreementStatusGet ¶ added in v1.2.9
func AliyunAliosPayPeriodAgreementStatusGet(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayPeriodAgreementStatusGetAPIRequest, resp *aliospay.AliyunAliosPayPeriodAgreementStatusGetAPIResponse, session string) error
AliyunAliosPayPeriodAgreementStatusGet 查询周期扣款签约状态 aliyun.alios.pay.period.agreement.status.get
查询周期扣款签约状态
func AliyunAliosPayPeriodAgreementUnsign ¶ added in v1.2.9
func AliyunAliosPayPeriodAgreementUnsign(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayPeriodAgreementUnsignAPIRequest, resp *aliospay.AliyunAliosPayPeriodAgreementUnsignAPIResponse, session string) error
AliyunAliosPayPeriodAgreementUnsign 周期扣款协议解约接口 aliyun.alios.pay.period.agreement.unsign
周期扣款协议解约接口
func AliyunAliosPayRecordList ¶
func AliyunAliosPayRecordList(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayRecordListAPIRequest, resp *aliospay.AliyunAliosPayRecordListAPIResponse, session string) error
AliyunAliosPayRecordList 支付记录批量查询接口 aliyun.alios.pay.record.list
商户用来对账的接口
func AliyunAliosPayRefund ¶
func AliyunAliosPayRefund(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayRefundAPIRequest, resp *aliospay.AliyunAliosPayRefundAPIResponse, session string) error
AliyunAliosPayRefund 退款接口 aliyun.alios.pay.refund
商户用来发起退款的接口
func AliyunAliosPayTokenGet ¶
func AliyunAliosPayTokenGet(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayTokenGetAPIRequest, resp *aliospay.AliyunAliosPayTokenGetAPIResponse, session string) error
AliyunAliosPayTokenGet 获取支付token aliyun.alios.pay.token.get
商户用来获取支付的授权token
func AliyunAliosPayTradeQuery ¶
func AliyunAliosPayTradeQuery(ctx context.Context, clt *core.SDKClient, req *aliospay.AliyunAliosPayTradeQueryAPIRequest, resp *aliospay.AliyunAliosPayTradeQueryAPIResponse, session string) error
AliyunAliosPayTradeQuery 查询支付结果接口 aliyun.alios.pay.trade.query
商户用来查询支付结果接口
Types ¶
This section is empty.