PaymentIntent
This page contains
Fields
| targetIdentifier: String! | Identifier of an intent, Identifier can be invoice ID, user ID, account ID depending on targetType |
| targetType: String! | Target type for an intent, e.g. INVOICE, USER, COMPANY |
| amountToPay: Decimal! | The amount to pay of the target |
| content: JSON | A JSON blob of the intent |
Parent objects of PaymentIntent
| Payment PREVIEW | Definition of a payment |
Queries for PaymentIntent
| payment PREVIEW | Retrieve a payment by ID |
| paymentByPaymentNumber PREVIEW | Retrieve a payment by payment number |