Flow
Create Payment
Request- cURL
- Node SDK
- Go SDK
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
- cURL
- Node SDK
- Go SDK
Error Handling
Bulk Payment
Register up to 1,000 payments at once. Request- cURL
- Node SDK
- Go SDK
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.