跳转到内容

api_app_payment_methods_list

GET
/api/app/{app_slug}/payment-methods/
curl --request GET \
--url https://example.com/api/app/example/payment-methods/ \
--header 'Authorization: <Authorization>'

支付方式管理ViewSet - 应用特定的支付方式管理

app_slug
必填
string
媒体类型application/json
Array<object>
object
id
必填
string format: uuid
card_brand
必填
string
card_last4
必填
string
card_exp_month
必填
integer
card_exp_year
必填
integer
is_default
boolean
created_at
必填
string format: date-time
updated_at
必填
string format: date-time
示例生成
[
{
"is_default": true
}
]