Skip to content

Funding history

Use this endpoint to review wallet funding entries. Contact Xash support for funding instructions or questions about an entry.

Funding fields

FieldTypeNotes
uuidstringFunding identifier.
amount_unitsnumberAmount added in UNITS.
currencystringWallet currency.
bank_namestring|nullBank name when available.
bank_referencestring|nullReference when available.
verified_atstring|nullFunding date in ISO 8601 format.
wallet_transaction_uuidstring|nullRelated wallet transaction identifier.
notestring|nullAdditional note when available.
created_atstring|nullISO 8601 timestamp.

GET/api/v1/vendor/fundings

Lists funding entries, newest first.

Query parameters

ParameterTypeRequiredNotes
per_pageintegerNoDefault 20.
pageintegerNoPage number, starting at 1.

Example request

bash
curl "https://taura.xashpay.com/api/v1/vendor/fundings?per_page=20" \
  --header "Accept: application/json" \
  --header "Authorization: Bearer TOKEN"

The response contains a fundings array. Use uuid, bank_reference, and amount_units when asking support about a funding entry. Request another page with ?page=2; an empty array means that page has no records.

Taura Xashpay vendor API documentation. Contact Xash support for access.