Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 3.23 KB

Charge.md

File metadata and controls

28 lines (24 loc) · 3.23 KB

Charge

Properties

Name Type Description Notes
links \Optile\Model\ChargeLinks
timestamp \DateTime Date and time this `CHARGE` was initiated at.
operation string Type of this operation.
network string Network code of this operation.
masked_account \Optile\Model\AccountMask [optional]
result_code string Result code of this `CHARGE` that reflects current state. See list of all Result Codes.
result_info string Descriptive information that complements the result code and interaction advice.
psp_code string Code of a PSP service that was involved into this operation processing. Every PSP has a unique code assigned by OPG platform. [optional]
institution_code string Code of a financial institution service that was involved into this operation processing. Every financial institution has a unique code assigned by OPG platform. [optional]
return_code \Optile\Model\ReturnCode [optional]
status \Optile\Model\Status Current status of this `CHARGE`. See list of all Status Codes.
interaction \Optile\Model\Interaction Interaction advice for this `CHARGE` according to its current state.
clearing \Optile\Model\Clearing [optional]
identification \Optile\Model\Identification
redirect \Optile\Model\Redirect If present, merchant is advised to redirect customer to corresponding redirect URL. This will lead to either PSP web-site to complete initiated payment, or it will be pointing to one of the merchants callback URLs from `LIST` session. [optional]
customer \Optile\Model\Customer Holds customer data of this `CHARGE`. Includes customer registration information, which is essential for recurring payments. See Recurring Charges for further details. [optional]
mandate \Optile\Model\Mandate Actual mandate information of SEPA payment networks processing. This either duplicates the data from request (`Transaction` or `Operation` object), or it is overridden with information generated by PSP. [optional]
provider_response \Optile\Model\ProviderParameters Provider response data given back by the target provider as a result of transaction action. This data should contain all needed information to continue customer's journey on the payment page in the scope of used network. [optional]
customer_collected_details \Optile\Model\CustomerCollectedDetails Collected information about the customer provided by payment service provider. [optional]

[Back to Model list] [Back to API list] [Back to README]