get deprecatedhttps://api.everee.com/api/v2/payments/requests/
Retrieve the settings for an existing batch of one-time payments to perform reconciliation tasks.
Responses
Retrieve the settings for an existing batch of one-time payments to perform reconciliation tasks.
xxxxxxxxxx
curl --request GET \
--url https://api.everee.com/api/v2/payments/requests/requestId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--header 'x-everee-tenant-id: [numeric tenant or company ID]'
xxxxxxxxxx
10{
id: number
title: string
type: string,
one of: [Earning Types]
paymentTimeframe: string,
always“ ASAP”
paymentMethod: string,
always“ DIRECT_DEPOSIT”
}