Skip to main content
Register in-game payment records. Registered payments are automatically attributed to the user’s boosted creator.

Flow

Create Payment

Request
Response (201 Created)

Required Parameters

Optional Parameters

Distribution Type (Required)

distributionType is a required parameter when registering payments. It’s used for settlement calculation.
Settlement Calculation: Net Amount = Payment Amount × (1 - Store Fee), then PlayCamp platform fee and creator fee are applied separately.Important: Specify the value matching the actual distribution channel where the payment occurred for accurate settlement.

Currency Conversion

For non-USD currencies, amount is automatically converted to USD (amountUsd field).

Refund Payment

Refunded amounts are deducted from settlement.

Error Handling

Bulk Payment

Register up to 1,000 payments at once. Request
Response (200 OK)

Bulk Payment Parameters

Result Status

Bulk payments support partial success. Even if some items fail, the remaining items are processed normally. A payment.bulk_created webhook event is triggered when the bulk payment completes.