支払いがキャンセルされたときに送信されます。支払いの詳細が含まれています。レシピの返金プロセスの詳細をご覧ください。
返金コード:
コード | 理由 | 説明 |
---|---|---|
1 | Cancellation by the user request / the game request | パブリッシャーアカウントからキャンセルが開始されました。 |
3 | Integration error | エクソラとゲームの統合に関する問題 推奨事項:ブロックリストにユーザーを追加しません。 |
5 | Test payment | テストトランザクション後にキャンセル処理が実行されます。 推奨事項:ブロックリストにユーザーを追加しません。 |
7 | Fraud notification from PS | 決済システムで支払いが拒否されました。決済システムで不正の可能性が検出されました。 推奨事項:ユーザーをブロックリストに追加してください。 |
9 | Cancellation by the user request | ユーザは何らかの理由でゲームや購入に満足していませんでした。 推奨事項:ブロックリストにユーザーを追加しません。 |
10 | Cancellation by the game request | ゲームによってキャンセルが要求されました。 推奨事項:ブロックリストにユーザーを追加しません。 |
リターンは処理が成功したことを示します。
リターンは提供された情報にエラーがあった場合(必須パラメータがない、認証に失敗した、など)です。
リターンはサーバーに一時的なエラーが発生したことを示します。
{- "custom_parameters": { },
- "notification_type": "string",
- "payment_details": {
- "direct_wht": {
- "amount": 0,
- "currency": "string",
- "percent": 0
}, - "payment": {
- "amount": 0,
- "currency": "string"
}, - "payment_method_fee": {
- "amount": 0,
- "currency": "string"
}, - "payment_method_sum": {
- "amount": 0,
- "currency": "string"
}, - "payout": {
- "amount": 0,
- "currency": "string"
}, - "payout_currency_rate": 0,
- "repatriation_commission": {
- "amount": 0,
- "currency": "string"
}, - "sales_tax": {
- "amount": 0,
- "currency": "string",
- "percent": 0
}, - "vat": {
- "amount": 0,
- "currency": "string",
- "percent": 0
}, - "xsolla_balance_sum": {
- "amount": 0,
- "currency": "string"
}, - "xsolla_fee": {
- "amount": 0,
- "currency": "string"
}
}, - "purchase": {
- "checkout": {
- "amount": 0,
- "currency": "string"
}, - "pin_codes": {
- "upgrade": {
- "amount": 0,
- "currency": "string",
- "digital_content_from": {
- "DRM": "string",
- "digital_content": "string"
}, - "digital_content_to": {
- "DRM": "string",
- "digital_content": "string"
}
}
}, - "total": {
- "amount": 0,
- "currency": "string"
}, - "virtual_currency": {
- "amount": 0,
- "currency": "string",
- "name": "string",
- "quantity": 0
}, - "virtual_items": {
- "amount": 0,
- "currency": "string",
- "items": [
- {
- "amount": 0,
- "sku": "string"
}
]
}
}, - "refund_details": {
- "author": "string",
- "code": 0,
- "date": "string",
- "reason": "string"
}, - "settings": {
- "merchant_id": 0,
- "project_id": 0
}, - "transaction": {
- "agreement": 0,
- "date": "string",
- "dry_run": 0,
- "external_id": "string",
- "id": 0
}, - "user": {
- "country": "string",
- "email": "string",
- "id": "string",
- "ip": "string",
- "name": "string",
- "phone": "string",
- "zip": "string"
}
}
{- "error": {
- "code": "INCORRECT_AMOUNT",
- "message": "Incorrect amount"
}
}