Allows checking payment to given address by given payment id. It basically combines the functionality of several separate methods in a single convenience method. This method allows to do the payment in several transactions until the total received amount satisfies the requested one, i.e. it allows payment from several wallets, group payment etc.
Request
Argument
Mandatory
Description
Format
address
yes
Receiving public address
string
amount
yes
Amount to be paid
int
payment_id
yes
Unique Payment Id of the operation
string
view_key
yes
The Private View Key of the receiving address
string
Response
Argument
Description
Format
confirmations
The number of network confirmations of the paying transaction(s) (largest in case of several transactions)
int
received_amount
The amount received in AU
int
status
Status of payment
string
transaction_hashes
Hashes of transactions with given Payment ID actually paying to provided address
Allows checking payment to given
address
by givenpayment id
. It basically combines the functionality of several separate methods in a single convenience method. This method allows to do the payment in several transactions until the total received amount satisfies the requested one, i.e. it allows payment from several wallets, group payment etc.Response
status
can be:paid
,underpaid
,pending
,not_found
Request example:
Response example: