跳转到主要内容
POST
银行付款报价

授权

Authorization
string
header
必填

会话 JWT(来自注册/登录)或 API key(pk_...)。 也接受 X-API-Key: <token> 作为替代请求头。

请求体

application/json
currency
string
必填
示例:

"USD"

type
enum<string>
必填
可用选项:
TRANSFER,
WITHDRAW
sourceRequisit
object
必填
destinationRequisit
object
必填
amount
object
必填
paymentType
string

TRANSFER 时为空;WITHDRAW 时为通道代码(例如 SEPA_CT)。

comment
string
idempotency_key
string

响应

报价预览。

The response is of type object.

最后修改于 2026年7月18日