GET
/
MoneyOut
/
details
/
{transId}
curl --request GET \
  --url https://api-sandbox.payabli.com/api/MoneyOut/details/{transId} \
  --header 'requestToken: <api-key>'
{
  "IdOut": 350,
  "CreatedAt": "2023-04-24T09:17:49.063",
  "Comments": "testing",
  "Vendor": {
    "VendorNumber": "54321",
    "Name1": "Paul's",
    "Name2": "Supplies",
    "EIN": "XXXX6789",
    "Phone": 9706188888,
    "Email": "paul@payabli.com",
    "Address1": "5724 Walnut Street",
    "Address2": "",
    "City": "Lakeland",
    "State": "FL",
    "Zip": "33809",
    "Country": "US",
    "Mcc": "",
    "LocationCode": null,
    "Contacts": null,
    "BillingData": {
      "id": null,
      "bankName": "Chase",
      "routingAccount": "02100XXX",
      "accountNumber": "3XXXXXX8888",
      "typeAccount": "Checking",
      "bankAccountHolderName": null,
      "bankAccountHolderType": null,
      "bankAccountFunction": 0
    },
    "PaymentMethod": "",
    "VendorStatus": 1,
    "VendorId": 89,
    "EnrollmentStatus": null,
    "Summary": null,
    "PaypointLegalname": null,
    "PaypointDbaname": null,
    "PaypointEntryname": null,
    "ParentOrgName": null,
    "CreatedDate": "2023-03-13T16:36:20",
    "LastUpdated": "2023-03-29T21:51:49",
    "remitAddress1": "",
    "remitAddress2": "",
    "remitCity": "",
    "remitState": "",
    "remitZip": "",
    "remitCountry": "",
    "payeeName1": null,
    "payeeName2": null,
    "customField1": "",
    "customField2": "",
    "customerVendorAccount": "",
    "InternalReferenceId": 3,
    "additionalData": null,
    "externalPaypointID": null
  },
  "PaypointDbaname": "The Board Haus",
  "PaypointLegalname": "Board Haus LLC.",
  "Status": 11,
  "Gateway": "TSYS",
  "StatusText": "Captured",
  "LastUpdated": "2023-04-23T17:00:00",
  "TotalAmount": 8800,
  "NetAmount": 8800,
  "FeeAmount": 0,
  "Source": "api",
  "ParentOrgName": "PayabliDemoAccount(PB)",
  "BatchNumber": null,
  "PaymentStatus": "Authorized",
  "PaymentMethod": "managed",
  "CardToken": null,
  "CheckNumber": null,
  "CheckData": null,
  "PaymentId": "187-350",
  "PaymentData": {
    "MaskedAccount": "",
    "AccountType": "",
    "AccountExp": null,
    "AccountZip": null,
    "HolderName": "",
    "StoredId": null,
    "orderDescription": null,
    "cloudSignatureData": null,
    "cloudSignatureFormat": null,
    "paymentDetails": null,
    "payorData": null,
    "accountId": null,
    "bankAccount": null,
    "gatewayConnector": {
      "configuration": null,
      "Name": "repay",
      "Descriptor": null,
      "Mode": 2,
      "gatewayID": 391,
      "Enabled": true
    }
  },
  "Bills": [
    {
      "billId": null,
      "LotNumber": null,
      "AccountingField1": null,
      "AccountingField2": null,
      "Terms": null,
      "AdditionalData": null,
      "invoiceNumber": null,
      "netAmount": "8800.00",
      "invoiceDate": null,
      "dueDate": null,
      "comments": null
    }
  ],
  "Events": [
    {
      "TransEvent": "Authorized",
      "EventData": null,
      "EventTime": "2023-04-24T09:17:49.073"
    }
  ],
  "externalPaypointID": ""
}

Authorizations

requestToken
string
header
required

Most endpoints require an organization token. Some endpoints require an application token, and those endpoints are noted.

Path Parameters

transId
string
required

ReferenceId for the transaction (PaymentId).

Example:

"45-as456777hhhhhhhhhh77777777-324"

Response

200
application/json

Success

The response is of type object.