indy_build_verify_payment_req

Function indy_build_verify_payment_req 

Source
pub unsafe extern "C" fn indy_build_verify_payment_req(
    command_handle: indy_handle_t,
    wallet_handle: indy_handle_t,
    submitter_did: *const c_char,
    receipt: *const c_char,
    cb: indy_str_str_cb,
) -> indy_error_t
Expand description

Builds Indy request for information to verify the payment receipt

§Params

command_handle: Command handle to map callback to caller context. wallet_handle: wallet handle submitter_did: (Optional) DID of request sender receipt: payment receipt to verify

§Return

verify_txn_json: Indy request for verification receipt payment_method: used payment method