Retrieve a payment batch beta

Retrieve a specific payment batch from your account.

SecurityCommonAuth
Request
path Parameters
paymentBatchId
required
string <uuid> <= 36 characters

The unique ID of the Payment Batch.

query Parameters
accountId
required
string

The ID of the account to work with.

Example: accountId=F50091
string or Array of strings
Enum: "alertErrors" "alertWarnings" "ordersSummary"
Responses
200

OK

get/payment-batches/{paymentBatchId}
Request samples
Response samples
application/json
{
  • "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
  • "accountId": "string",
  • "name": "string",
  • "createdBy": {
    },
  • "product": {
    },
  • "status": "draft",
  • "visible": true,
  • "visibleAt": "2019-08-24T14:15:22Z",
  • "confirmedBy": {
    },
  • "confirmedAt": "2019-08-24T14:15:22Z",
  • "passedMfaCheckAt": "2019-08-24T14:15:22Z",
  • "riskCheckedAt": "2019-08-24T14:15:22Z",
  • "ordersSentAt": "2019-08-24T14:15:22Z",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "alerts": [
    ],
  • "ordersSummary": {
    },
  • "input": {
    }
}