Update a Payment Info

Updates a payment request, which will be processed asynchronously. The body of request contains 3 fields, allowing changes of invoice amount, settlement start date and / or settlement end date. Amounts must be in cents and greater than zero. Dates must be in form of yyyy-MM-dd and in future (d+). Any combination of 1 to 3 fields are allowed. Empty date fields and amounts lower or equal a zero will be ignored. All ignored fiels result in no changes, but the http response keeps the same: 201.

Path Params
uuid
required

Unique payment identifier. With this reference, it will be possible to search for its payment data

uuid
required

Unique vendor identifier.

Body Params
integer

Payment amount in cents

string
string
Responses
201

There's no content for that Collection.

401

Necessary Authentication token or you pass a invalid Token.

403

Necessary permission scope.

404

Resource not found.

500

Internal server error.

Language
Credentials
OAuth2
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json