Skip to main content

List PaymentDealerOrder sync task ids

Returns PaymentDealerOrder sync-task ids for the given sync status, for the reconciliation cron to re-publish.
ApiScope: payment.paymentdealerorder.sync.read
API Scope Level: ServiceSubscriberScope

Query Parameters
    status string

    Possible values: [PENDING, SYNCED, FAILED]

    Default value: PENDING

    page int32
    perPage int32

    Default value: 200

Responses

OK


Schema
    errors object[]
  • Array [
  • errorCode int32
    errorTitle string
    errorMessage string
    errorDescription string
  • ]
  • warnings object[]
  • Array [
  • warningCode int32
    warningTitle string
    warningMessage string
    warningDescription string
  • ]
  • pendingIds int64[]
Loading...