PurchaseResponse
referencestring
The Plustive transaction reference. Store this.
Example:
PLS-9KQ2M7P3XRstatusstring
Processing settles asynchronously — poll Get a transaction or wait for a webhook.
Possible values: [Success, Failed, Processing]
providerReferencestringnullable
Upstream provider reference, when available.
priceChargedint64
Amount debited from your wallet, in kobo.
Example:
27000balanceint64
Your wallet balance after this purchase, in kobo.
Example:
4973000PurchaseResponse
{
"reference": "PLS-9KQ2M7P3XR",
"status": "Success",
"providerReference": "string",
"priceCharged": 27000,
"balance": 4973000
}