refundPlayerCodeAcquisition
Request a refund of a paid acquisition (P4b). Allowed only within the refund window and before meaningful use (first install/fetch voids it), capped per buyer; a successful refund credits the wallet, reverses the ledger split, claws back the seller balance, revokes the acquisition, and drains installs. Returns cents refunded.
refundPlayerCodeAcquisition(
appId: BigInt!
acquisitionId: String!
): Int!
Arguments
refundPlayerCodeAcquisition.appId ● BigInt! non-null scalar
App of the acquisition.
refundPlayerCodeAcquisition.acquisitionId ● String! non-null scalar
UUID of the acquisition to refund.
Type
Int scalar
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.