메인 콘텐츠로 건너뛰기
POST
/
v1
/
public
/
accounts
/
{account_id}
/
billing
/
topup-session
청구 충전 세션 생성
curl --request POST \
  --url https://api.hybridbox.io/v1/public/accounts/{account_id}/billing/topup-session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "amount": 1
}'
{
  "amount": "<string>",
  "hosted_page": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.hybridbox.io/llms.txt

Use this file to discover all available pages before exploring further.

인증

Authorization
string
header
필수

Public API bearer credential sent as Authorization: Bearer <token>. Use either an OAuth access token or a Hybridbox Service account token.

경로 매개변수

account_id
string<uuid>
필수

본문

application/json

지갑 충전 세션 시작을 위한 고객 요청 스키마.

amount
필수

충전금액

필수 범위: x > 0

응답

amount
string
필수

충전금액

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
hosted_page
호스팅 페이지 · object
필수

호스팅된 결제 페이지 메타데이터