CoworkerInvoicePaymentTokens
Create CoworkerInvoicePaymentToken
Create a new CoworkerInvoicePaymentToken record.
POST
Create CoworkerInvoicePaymentToken
A CoworkerInvoicePaymentToken is an internal record of the token used to process the payment for a customer invoice. Each token links aDocumentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerInvoice to the payment provider and the provider-specific token string used to authorise or capture the payment. Use the Notes field to store any additional context about the token.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the CoworkerInvoicePaymentToken-Create role.Enums
eRegularPaymentProvider
eRegularPaymentProvider
| Value | Name |
|---|---|
| 1 | MultiGateway |
| 2 | Stripe |
| 3 | Forte |
| 4 | AuthorizeNetSubscription |
| 5 | PaypalStandardSubscription |
| 6 | PayPalAdaptive |
| 7 | EPay |
| 8 | Braintree |
| 9 | EziDebit |
| 10 | LiqPay |
| 11 | StripeACH |
| 12 | GoCardless |
| 13 | StripeBACS |
| 94 | CreditNote |
| 95 | GiftCard |
| 96 | BankTransfer |
| 97 | Cash |
| 98 | Check |
| 99 | Other |
Request Body
Required Fields
ID of the coworker invoice linked to this record.
Optional Fields
Payment provider used to process the invoice. See
eRegularPaymentProvider? enum above.Provider-specific token used to authorise or capture the payment.
Additional notes about the payment token.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the coworkerinvoicepaymenttoken was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create CoworkerInvoicePaymentToken