Submit Transaction Hash
POST/v1/merchant/wallet/transactions/hash
Submit transaction hash for a wallet load transaction
Request
Responses
- 200
- 400
- 401
- 404
- 409
Hash accepted — wallet load transaction is being processed.
Bad Request — the submitted txnHash is not a valid blockchain transaction hash. Verify the hash format — it must be a real on-chain transaction hash.
Unauthorized — missing or expired Bearer token or API key.
Order not found — the orderId does not exist or does not belong to this merchant account.
Conflict — one of several terminal states:
Duplicate transaction hash— This hash is already linked to another order. Each on-chain transaction can only be submitted once.Order not in valid status— The order is not pending. A hash can only be submitted once per order.Invalid address— ThesenderAddressin the request does not match the source address in the on-chain transaction.Invalid token received. Refund process initiated— Token or amount received on-chain does not match the order. Onmeta will automatically refund the tokens.