Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

This object describes a user's attempt to pay an invoice.

 

{
    "id": 2387,
    "type": "invoice",
    "state": true,
    "amount": 1.00,
    "currency": "usd",
    "status": InvoiceLogStatus,
    "createdAt": "2020-01-06 18:09:00"
}

 

Model Description:

Name

Description

id

ID

type

Payment type

  • invoice (go to the payment page)

  • charge (using a token)

state

Status (Succeeded / Failed)

amount

Sum

currency

Currency in lower case

status

Object of type InvoiceLogStatus

createdAt

Date of creation

  • No labels