Schedule-get

Using just the Schedule Reference, the schedule-get request retrieves the details (for example, number of times run) of a specific schedule. The response will include the additional data that can be supplied when setting up the schedule, including customer number, product ID, variable reference and comments, in addition to the Payer and Payment Method references the schedule is configured to charge.

Schedule Get


							



    MerchantID
    58e2313ae72bf
    a3e961f1b111ceb52a55ee673ec781e1967dc3a3



// Creando el hash

$tmp = "$timestamp.$merchantid.$scheduleref";
$sha1hash = sha1($tmp);
$tmp = "$sha1hash.$secret";
$sha1hash = sha1($tmp);