Accountmaker Docs
功能

付款

付款紀錄,用於追蹤交易。

payments transactions history tracking

付款

{
  id: "pay_...",
  account_id: "acc_...",
  amount_cents: 9900,
  currency: "usd",
  status: "succeeded",
  payment_method: "card",
  external_id: "pi_..."
}

操作

操作Endpoint
建立POST /api/accounts/:account_id/payments
列表GET /api/accounts/:account_id/payments
取得GET /api/payments/:payment_id
更新PATCH /api/payments/:payment_id

相關