Create marketplace creditor operations

Create multiple creditor operations for the specified marketplace.

This endpoint creates one creditor operation for each merchant ID and each installment in the request body. The values of processing_code and start_date are replicated to each creditor operation created based on the installments configuration.

This endpoint generates Marketplace creditor operation created events.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Marketplace ID

Body Params

Request body

merchant_ids
array of int64s
required
length ≤ 1000

List of merchants that this creditor operation applies to

merchant_ids*
creditor_operation
object
required

Creditor operation information

Headers
string

Authorization token. This is a regular access token, which does not need to include an account ID.

Responses
201

Created

400

Bad Request

401

Access token is missing or invalid

500

Internal server error

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!