Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 636 Bytes

create-invoice-payment-request.md

File metadata and controls

29 lines (21 loc) · 636 Bytes

Create Invoice Payment Request

Structure

CreateInvoicePaymentRequest

Fields

Name Type Tags Description
Payment models.CreateInvoicePayment Required -
Type *models.InvoicePaymentType Optional The type of payment to be applied to an Invoice. Defaults to external.

Example (as JSON)

{
  "payment": {
    "amount": "String9",
    "memo": "memo0",
    "method": "ach",
    "details": "details6",
    "payment_profile_id": 42
  },
  "type": "external"
}