APIs
ScribePay api have a purpose provide data out of the system to make like easy of business owners.
Last updated
ScribePay api have a purpose provide data out of the system to make like easy of business owners.
Last updated
ScribPay provide external api for external system to show transactions these apis requires api-key which is free to create from after creating the business.
Returns transaction data associated with the business linked to the provided API key.
GET Transactions:
`https://api.scribepay.org/api/transaction?buyerWallet=0xd00faF7c2a837DC457389758Ea1271aE6256dc44&token=0x0000000000000000000000000000000000000000&chain=1&txStatus=
SUCCESS&tx=
0xacca8dc156d36db1d7642cc380d36117aaec2e073d1051e7718b2ea2ddea3e00&expectedDelivery=1735490149`
buyerWallet
Optional
Wallet address
of the consumer with which the item has been purchased
token
Optional
Token address of currency by which transaction took place
chain
Optional
Chain id
of the network where transaction has happened
txStatus
Optional
Current status of the transaction
Note:
It's possible status not update if the transaction hasn't been synced by the merchant from business panel
tx
Optional
Hash of the transaction
expectedDelivery
Optional
Delivery time provided by business
Note: Status is case sensitive user may need to provide SUCCESS, PENDING or FAIL in all uppercase letters.