Fleet Management API Beta

Sections

Theme switcher

Create a new payment

Header Parameters

user_idstring

Optional audit field that indicates the User that performed a change. This field cannot be updated directly without appropriate permission - it is automatically set to the clientId of the authenticated User making the request.

Authorizationstring

Query Parameters

account_idstring Required
Min length
1

Body Parameters

payment_amountnumber

Amount that will be processed for this payment.

payment_scheduled_bank_idinteger Required

Id of the bank this payment is scheduled to be pulled from.

payment_scheduled_datestring

Day payment is scheduled to be processed.

payment_statusstring

Indicates where in the payment lifecycle a payment is.

Enum values:
AUTO_PAYCANCELLEDCOMPLETEDIN_PROGRESSNONEOVER_RIDESCHEDULED
payment_typestring Required

The type of payment.

Enum values:
CURRENT_BALANCEMINIMUM_BALANCESTATEMENT_BALANCEOTHER_AMOUNT

Response

201
Object

Payment information.

Response Attributes

_linksobject

HATEOAS links to payment-related resources

Show child attributes

payment_amountnumber

Amount that will be processed for this payment.

payment_idstring

Unique identifier for a payment.

payment_statusstring

Indicates where in the payment lifecycle a payment is.

Enum values:
AUTO_PAYCANCELLEDCOMPLETEDIN_PROGRESSNONEOVER_RIDESCHEDULED
payment_typestring

The type of payment.

Enum values:
CURRENT_BALANCEMINIMUM_BALANCESTATEMENT_BALANCEOTHER_AMOUNT
scheduled_bank_idinteger

Id of the bank this payment is scheduled to be pulled from.

scheduled_datestring

Day payment is scheduled to be processed.

400
Object

400 (Bad Request)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
401
Object

401 (Unauthorized)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
403
Object

403 (Forbidden)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
404
Object

404 (Not Found)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
500
Object

500 (Internal Server Error)

Response Attributes

detailed_messagestring
http_statusstring
messagestring
timestampstring
Was this section helpful?

POST

/

Select
1

Response

Was this section helpful?