Create dispute
Payments
The payments REST services allow you to initiate a payment, retrieve the payment details or perform specific actions like refunding or requesting capture of a payment. A payment is identified by its paymentId. Some payment products allow a two step approach allowing you to control when the authorization takes place separate from when the funds are actually captured.
Request
This REST service allows you to dispute transactions with a NOTIFICATION_OF_CHARGEBACK or CHARGEBACKED status. The transaction will automatically be validated to ensure its state is dispute-compatible.
PayloadCreateDisputeRequest
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
object | no | read close | |
close
DescriptionAmount in cents and always having 2 decimals
|
|||
close
DescriptionThree-letter ISO currency code representing the currency for the amount
|
|||
contactPerson | string (30) | yes | read close |
close
DescriptionThe name of the person on your side who can be contacted regarding this dispute.
|
|||
emailAddress | string (70) | yes | read close |
close
DescriptionThe email address of the contact person.
|
|||
replyTo | string (4000) | no | read close |
close
DescriptionThe email address to which the reply message will be sent.
|
|||
requestMessage | string (4000) | no | read close |
close
DescriptionThe message sent from you to Worldline.
|
|||
Property | Type | Required | Details |
Request example
This scenario you will probably use the most
-
var amountOfMoney = new AmountOfMoney(); amountOfMoney.Amount = 1234L; amountOfMoney.CurrencyCode = "USD"; var body = new CreateDisputeRequest(); body.AmountOfMoney = amountOfMoney; body.ContactPerson = "Wile Coyote"; body.EmailAddress = "wile.e.coyote@acmelabs.com"; body.ReplyTo = "r.runner@acmelabs.com"; body.RequestMessage = "This is the message from the merchant to GlobalCollect. It is a a freeform text field."; var response = await client.V1.WithNewMerchant("merchantId").Payments.Dispute("paymentId", body);
Responses
Please find below an overview of the possible responses.
Response 201 - CreatedDisputeResponse
The dispute was successfully created.
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
object | no | read close | |
close
DescriptionA list containing all dispute-related information that is generated upon dispute creation.
|
|||
close
DescriptionObject containing amount and ISO currency code attributes
|
|||
close
DescriptionAmount in cents and always having 2 decimals
|
|||
close
DescriptionThree-letter ISO currency code representing the currency for the amount
|
|||
close
DescriptionThe name of the person on your side who can be contacted regarding this dispute.
|
|||
close
DescriptionObject containing various details related to this dispute’s creation.
|
|||
close
DescriptionThe date and time of creation of this dispute, in yyyyMMddHHmmss format.
|
|||
close
DescriptionThe originator of this dispute, which is either Worldline or you as our client.
|
|||
close
DescriptionThe user account name of the dispute creator.
|
|||
close
DescriptionThe email address of the contact person.
|
|||
close
DescriptionAn array containing all files related to this dispute.
|
|||
close
DescriptionThe name of the file.
|
|||
close
DescriptionThe size of the file in bytes.
|
|||
close
DescriptionThe type of the file.
|
|||
close
DescriptionThe numeric identifier of the file.
|
|||
close
DescriptionA collection of reference information related to this dispute.
|
|||
close
DescriptionThe merchant’s order ID of the transaction to which this dispute is linked.
|
|||
close
DescriptionYour (unique) reference for the transaction that you can use to reconcile our report files.
|
|||
close
DescriptionPayment Reference generated by WebCollect.
|
|||
close
DescriptionThe numerical identifier of the Service Provider (Acquirer).
|
|||
close
DescriptionThe Service Provider’s reference.
|
|||
close
DescriptionThe email address to which the reply message will be sent.
|
|||
close
DescriptionThe message sent from you to Worldline.
|
|||
close
DescriptionThe return message sent from the GlobalCollect platform to you.
|
|||
id | string | no | read close |
close
DescriptionThe numeric identifier of the file.
|
|||
paymentId | string | no | read close |
close
DescriptionThe ID of the payment that is being disputed.
|
|||
status | string | no | read close |
close
DescriptionThe status of the dispute in alphabetical format, e.g. CREATED, DRAFT, etc.
|
|||
object | no | read close | |
close
DescriptionThis object has the numeric representation of the current payment status, timestamp of last status change and performable action on the current payment resource.
In case of failed payments and negative scenarios, detailed error information is listed.
|
|||
close
DescriptionFlag indicating if the payment can be cancelled
|
|||
close
DescriptionHighlevel status of the payment, payout or refund with the following possible values:
Please see Statuses for a full overview of possible values. |
|||
close
DescriptionNumeric status code of the legacy API. It is returned to ease the migration from the legacy APIs to Worldline Connect. You should not write new business logic based on this property as it will be deprecated in a future version of the API. The value can also be found in the GlobalCollect Payment Console, in the Ogone BackOffice and in report files.
|
|||
close
DescriptionDate and time of payment
Format: YYYYMMDDHH24MISS |
|||
Property | Type | Required | Details |
Response example
This scenario you will probably use the most
-
{ "disputeOutput" : { "amountOfMoney" : { "amount" : 1234, "currencyCode" : "EUR" }, "contactPerson" : "Wile E. Coyote", "creationDetails" : { "disputeCreationDate" : "20181218035202" }, "emailAddress" : "wile.e.coyote@acmelabs.com", "files" : [ ], "reference" : { "merchantOrderId" : "123456", "paymentReference" : "0", "providerId" : "1000000071", "providerReference" : "null" }, "replyTo" : "wile.e.coyote@acmelabs.com", "requestMessage" : "This is the message from the merchant to GlobalCollect" }, "id" : "821", "paymentId" : "000000170100001958950000100001", "status" : "DRAFT", "statusOutput" : { "isCancellable" : false, "statusCode" : 500, "statusCodeChangeDateTime" : "20181218035202" } }
Response 400 - Bad requestErrorResponse
The request is not in the correct format or the transaction isn’t in the correct state to allow a dispute.
Properties
|
|||
Property | Type | Required | Details |
---|---|---|---|
errorId | string | yes | read close |
close
DescriptionUnique reference, for debugging purposes, of this error response
|
|||
array of object | yes | read close | |
close
DescriptionList of one or more errors
|
|||
close
DescriptionCategory the error belongs to. The category should give an indication of the type of error you are dealing with.
Possible values:
|
|||
close
DescriptionError code
|
|||
close
DescriptionHTTP status code for this error that can be used to determine the type of error
|
|||
close
DescriptionID of the error. This is a short human-readable message that briefly describes the error.
|
|||
close
DescriptionHuman-readable error message that is not meant to be relayed to customer as it might tip off people who are trying to commit fraud
|
|||
close
DescriptionReturned only if the error relates to a value that was missing or incorrect.
Contains a location path to the value as a JSonata query. Some common examples:
|
|||
close
DescriptionID of the request that can be used for debugging purposes
|
|||
Property | Type | Required | Details |
Response example
This scenario you will probably use the most
-
{ "errorId" : "5c37119e95088215f272b323c7761241", "errors" : [ { "code" : "310400200", "id" : "DISPUTE_ACTION_NOT_ALLOWED_ON_TRANSACTION", "category" : "DISPUTE_SERVICE_ERROR", "message" : "Action not allowed for current state", "httpStatusCode" : 400 } ] }