Receipt API

The Receipts API allows you to retrieve daily receipts. Receipts accumulate all transaction and transfer fees and are generated daily up to the most recent full day.

Attributes

Name Type Description
object string

固定値receipt

id string

/rcpt(_test)?_[0-9a-z]+/に一致する RECEIPT_ID

livemode boolean

本番モード (true) あるいはテストモード(false) の追加振込先口座。

location string

現在のreceiptオブジェクトを取得するためのAPIパス。

adjustment_transaction transaction

調整取引

charge_fee integer

smallest currency unit(最小通貨単位)での決済手数料。

company_address string

Opn Payments住所。

company_name string

Opn Paymentsの会社名。

company_tax_id string

Opn Payments納税者番号。

created_at string

ISO 8601 形式 (YYYY-MM-DDThh:mm:ssZ)でレシートが作成されたUTC日時。

credit_note boolean

この料金サブユニットが負 (true) か正(false)か。

currency string

3文字で表示される受領用通貨のISO 4217コード。

customer_address string

顧客の住所。

customer_email string

顧客のメールアドレス。

customer_name string

顧客名。

customer_statement_name string

顧客ステートメント名。

customer_tax_id string

顧客の納税者番号。

issued_on string

ISO 8601形式のレシート発行日。

number string

レシート番号。

subtotal integer

charge_feeからvoided_feeを引きtransfer_feeを足した結果。

total integer

subtotalvatからwhtを引いた結果。

transaction_fee integer

無効化された取引を除く、取引数です。

transfer_fee integer

smallest currency unit(最小の通貨単位)での振替手数料。

vat integer

subtotal(小計)の付加価値税(VAT)。

voided_fee integer

smallest currency unit(最小の通貨単位)で無効となった手数料。

wht integer

subtotalの源泉徴収税(WHT)。

List all receipts

- GET https://api.omise.co/receipts

receiptに属するすべての お客様のアカウントオブジェクトの list を返します。

Request Parameters

Name Type Description
from string

(任意, default: 1970-01-01T00:00:00Z) ISO 8601 形式(YYYY-MM-DDThh:mm:ssZ)で返されたレコードの最新のUTC日時。

limit integer

(任意, default: 20) 返されるレコードの数。

offset integer

(任意, default: 0) 返される最初のレコードのオフセット(先頭からスキップするレコードの数)。

order string

(任意, default: chronological, one of: chronological, reverse_chronological) listのオーダーがchronological (古い順) or reverse_chronological (新しい順)で返されます。エントリがない場合は nullとなります。

to string

(任意) ISO 8601形式 (YYYY-MM-DDThh:mm:ssZ)で返されたレコードの最新のUTC日付と時刻。

Example

  • List all receipts

  • List all receipts by specific month

Retrieve a receipt

- GET https://api.omise.co/receipts/{id}

Returns an existing receipt object.

Example

  • Retrieve a receipt

Omiseは、お客様のウェブサイト全般における利便性を向上するためにクッキーを利用し、お客様のアクセス、閲覧履歴に関する情報を収集します。 当社のウェブサイトを閲覧し続けることにより、お客様は当社のプライバシーポリシーに同意することとします。 詳細はこちら