get transaction hashes by payment id: Difference between revisions
Jump to navigation
Jump to search
m (→Description) |
No edit summary |
||
Line 17: | Line 17: | ||
== Description == | == Description == | ||
* This is JSON version of [[get_transaction_hashes_by_payment_id.bin]] and uses same structs as the binary version. | * This is JSON version of [[get_transaction_hashes_by_payment_id.bin]] and uses same structs as the binary version. | ||
Revision as of 06:16, 23 March 2020
Input
Argument | Mandatory | Description | Format |
---|---|---|---|
paymentId | yes | Payment ID | Hash |
Output
Argument | Description | Format |
---|---|---|
transactionHashes | List of transaction hashes | array |
status | Status of request, "OK" if successful | string |
Description
- This is JSON version of get_transaction_hashes_by_payment_id.bin and uses same structs as the binary version.