On This Page 
    Check a Mandate Status
    After the customer signs a mandate, request the check mandate status service periodically
            to know when the status of a pending mandate updates. 
You should request a mandate check status under these circumstances:
- The customer is redirected to one of the merchant URLs that you included in the mandate service request.
- The customer has not returned to the merchant URL within 35 minutes of being redirected to the mandate creation page.
If you are managing your mandates using
                        a third-party mandate management system, you cannot use 
Cybersource
 to verify the status of a mandate. Endpoints
                        
                        Set the 
apMandateStatusService_run
 field
                                to true
, and send the request to one of these
                                endpoints:Production:
                                https://ics2ws.ic3.com/commerce/1.x/transactionProcessor
Test:
                                https://ics2wstest.ic3.com/commerce/1.x/transactionProcessor
Response Statuses
            The check mandate status service responds with one of these statuses in the 
apMandateStatusReply_status
 field:- Active: The mandate is successfully created, updated, or imported. A direct debit can be sent for this mandate ID.
- Expired: The mandate deadline has passed.
- Failed: The customer was not authenticated.
- Pending: The mandate is not signed yet.
- Revoked: The mandate was cancelled.
The check mandate status service also responds with a reason code in the 
apMandateStatusReply_reasonCode
 field. If 
Cybersource
 cannot find a mandate ID in the partner
                system, the system responds with a 101
 error which indicates a
                decline error with the message DMISSINGFIELD
. This confirms the
                mandate ID does not exist or is still in the process of being signed by the
                customer.For more information about reason codes, see the Reason Codes for SEPA Direct Debits for the Simple Order API.