Create Payout with Inline Markup
Payout
Create Payout with Inline Markup
Create a payout payment with inline markup configuration.
POST
Create Payout with Inline Markup
Documentation Index
Fetch the complete documentation index at: https://docs.wepayout.co/llms.txt
Use this file to discover all available pages before exploring further.
Create Payout with Inline Markup
When creating a payout payment, you can include aninline markup object in the request payload.
Inline markup takes precedence: If you send a
markup object in the payment creation request, it will override any global or submerchant markup configurations.Markup Object Structure
Themarkup object should be added to the request body when creating a payment via POST /v2/payout/payments.
Optional inline markup configuration for this specific payment.
Request Examples
Response
WEpayment’s auto generated id, use this id to perform conciliation or perform queries via API / Dashboard.
Merchant object.
Payment method used for the payout.Values:
PIXThe payout amount formatted with currency symbol.
Currency code (ISO 4217).
Invoice identifier.
Payout status.
Beneficiary information.
Inline markup configuration applied to this payment.
How It Works
- Priority: The inline markup configuration takes precedence over global and submerchant markup settings.
-
Calculation (for percent mode):
- The system calculates:
payment_amount * (amount / 100) - If calculated value <
min_charge_value→ appliesmin_charge_value - If calculated value >
max_charge_value→ appliesmax_charge_value - Otherwise → applies the calculated value
- The system calculates:
-
Fixed Mode: When using
fixedmode, the markup amount is applied directly regardless of the transaction value.
Related Resources
Create Payment
Complete documentation for creating payout payments
About Markup
Learn about markup types and configuration levels

