Procurify · Example Payload

Post Api V2 Ap Vendor Payment Methods

ap

Post Api V2 Ap Vendor Payment Methods is an example object payload from Procurify, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

pathmethodoperationIdsummarytagsrequestExamples

Example Payload

Raw ↑
{
  "path": "/api/v2/ap/vendor-payment-methods/",
  "method": "POST",
  "operationId": "ap_vendor_payment_methods_create",
  "summary": "Create Vendor Payment Method",
  "tags": [
    "ap"
  ],
  "requestExamples": {
    "VendorPaymentMethodPayloadExample": {
      "vendor": 10,
      "name": "Technology Inc ACH 98G395E",
      "type": 2,
      "data": {
        "company_name": "ABC Technology Inc",
        "account_number": "****0021",
        "routing_number": "****7892"
      },
      "currency": 3
    }
  }
}