Search
微信支付
官方文档
注意 未经上线测试,请谨慎使用
平台证书列表
商户API证书
商户API私钥
商户号
平台证书的序列号
动态构建 client
@type cacerts() :: [binary()]
@type client() :: module()
@type client_cert() :: binary()
@type client_key() :: binary()
@type mch_id() :: binary()
@type options() :: Enumerable.t()
@type serial_no() :: binary()
@spec build_client(client(), options()) :: {:ok, client()}