Aborted
A payment order response with the status Aborted
.
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
HTTP/1.1 200 OK
Content-Type: application/json
{
"paymentOrder": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd",
"created": "2022-01-24T10:54:05.6243371Z",
"updated": "2022-01-24T10:54:19.2679591Z",
"operation": "Purchase",
"status": "Aborted",
"currency": "SEK",
"amount": 32000,
"vatAmount": 0,
"description": "Abort test",
"initiatingSystemUserAgent": "swedbankpay-sdk-dotnet/3.0.1",
"language": "sv-SE",
"availableInstruments": [
"CreditCard",
"Invoice-PayExFinancingSe",
"Invoice-PayMonthlyInvoiceSe",
"Swish",
"CreditAccount",
"Trustly"
],
"implementation": "Enterprise",
"instrumentMode": false,
"guestMode": false,
"orderItems": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/orderitems"
},
"urls": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/urls"
},
"payeeInfo": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/payeeinfo"
},
"payer": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/payers"
},
"history": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/history"
},
"failed": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/failed"
},
"aborted": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/aborted"
},
"paid": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/paid"
},
"cancelled": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/cancelled"
},
"financialTransactions": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/financialtransactions"
},
"failedAttempts": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/failedattempts"
},
"metadata": {
"id": "/psp/paymentorders/2c3f7a3e-65ca-4493-ac93-08d9dcb313fd/metadata"
}
},
"operations": [
]
}
Response fields not covered in the Initialized
redirect or seamless view
responses:
Field | Type | Description |
---|---|---|
└➔ operations
|
array |
The array of possible operations to perform, given the state of the payment order. As this is an aborted payment, the available operations are redirect-checkout or view-checkout , depending on the integration. See Operations for details
|
Cancelled
The cancel
response is not yet converted to the new Checkout v3 standard.
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HTTP/1.1 200 OK
Content-Type: application/json
{
"payment": "/psp/paymentorders/payments/7e6cdfc3-1276-44e9-9992-7cf4419750e1",
"cancellation": {
"id": "/psp/paymentorders/payments/7e6cdfc3-1276-44e9-9992-7cf4419750e1/cancellations/ec2a9b09-601a-42ae-8e33-a5737e1cf177",
"transaction": {
"id": "/psp/paymentorders/payments/7e6cdfc3-1276-44e9-9992-7cf4419750e1/transactions/ec2a9b09-601a-42ae-8e33-a5737e1cf177",
"created": "2022-01-31T09:49:13.7567756Z",
"updated": "2022-01-31T09:49:14.7374165Z",
"type": "Cancellation",
"state": "Completed",
"number": 71100732065,
"amount": 1500,
"vatAmount": 375,
"description": "Test Cancellation",
"payeeReference": "AB123"
}
}
}
Property | Type | Description |
---|---|---|
payment |
string |
The relative URL of the payment this cancellation transaction belongs to. |
cancellation |
object |
The cancellation object, containing information about the cancellation transaction. |
└➔ id
|
string |
The relative URL of the cancellation transaction. |
└➔ transaction
|
object |
The transaction object, containing information about the current transaction. |
└─➔ id
|
string |
The relative URL of the current transaction resource. |
└─➔ created
|
string |
The ISO-8601 date and time of when the transaction was created. |
└─➔ updated
|
string |
The ISO-8601 date and time of when the transaction was updated. |
└─➔ type
|
string |
Indicates the transaction type. |
└─➔ state
|
string |
Initialized , Completed or Failed . Indicates the state of the transaction. |
└─➔ number
|
string |
The transaction number , useful when there’s need to reference the transaction in human communication. Not usable for programmatic identification of the transaction, for that id should be used instead. |
└─➔ amount
|
integer |
The transaction amount (including VAT, if any) entered in the lowest monetary unit of the selected currency. E.g.: 10000 = 100.00 SEK, 5000 = 50.00 SEK. |
└─➔ vatAmount
|
integer |
The payment’s VAT (Value Added Tax) amount , entered in the lowest monetary unit of the selected currency. E.g.: 10000 = 100.00 SEK, 5000 = 50.00 SEK. The vatAmount entered will not affect the amount shown on the payment page, which only shows the total amount . This field is used to specify how much of the total amount the VAT will be. Set to 0 (zero) if there is no VAT amount charged. |
└─➔ description
|
string |
A human readable description of maximum 40 characters of the transaction. |
└─➔ payeeReference
|
string |
A unique reference from the merchant system. It is set per operation to ensure an exactly-once delivery of a transactional operation. See payeeReference for details. In Invoice Payments payeeReference is used as an invoice/receipt number, if the receiptReference is not defined. |
Failed
The failed response is not yet converted to the new Checkout v3 standard.
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HTTP/1.1 200 OK
Content-Type: application/json
{
"payment": "/psp/paymentorders/payments/7e6cdfc3-1276-44e9-9992-7cf4419750e1",
"failed": {
"id": "/psp/paymentorders/bc2832a7-0e0f-45f2-57d6-08d9ea4cff66/failed",
"problem": {
"type": "acquirerinsufficientfunds",
"title": "Operation failed",
"status": 403,
"detail": "Unable to complete Recurrence transaction, look at problem node!",
"problems": [
{
"name": "ExternalResponse",
"description": "REJECTED_BY_ACQUIRER_INSUFFICIENT_FUNDS-insufficient funds, response-code: 61"
}
]
}
}
}
Field | Type | Description |
paymentorder |
object |
The payment order object. |
failed |
object |
The failed object. |
└➔ id
|
string |
The relative URL and unique identifier of the paymentorder resource . Please read about URL Usage to understand how this and other URLs should be used in your solution. |
└➔ problem
|
object |
The problem object. |
└─➔ type
|
string |
The type of problem that occurred. |
└─➔ title
|
string |
The title of the problem that occurred. |
└─➔ status
|
integer |
The HTTP status code that the problem was served with. |
└─➔ detail
|
string |
A detailed, human readable description of the error. |
└─➔ problems
|
array |
The array of problem detail objects. |
└➔ name
|
string |
The name of the field, header, object, entity or likewise that was erroneous. |
└➔ description
|
string |
The human readable description of what was wrong with the field, header, object, entity or likewise identified by name . |
Initialized
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
HTTP/1.1 200 OK
Content-Type: application/json
{
"paymentOrder": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b",
"created": "2022-01-07T07:58:26.1300282Z",
"updated": "2022-01-07T08:17:44.6839034Z",
"operation": "Purchase",
"status": "Initialized",
"currency": "SEK",
"amount": 1500,
"vatAmount": 375,
"description": "Test Purchase",
"initiatingSystemUserAgent": "swedbankpay-sdk-dotnet/3.0.1",
"language": "sv-SE",
"availableInstruments": [
"CreditCard",
"Invoice-PayExFinancingSe",
"Invoice-PayMonthlyInvoiceSe",
"Swish",
"CreditAccount",
"Trustly"
],
"implementation": "Enterprise",
"instrumentMode": false,
"guestMode": false,
"payer": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/payers"
},
"orderItems": {
"id": "/psp/paymentorders/09ccd29a-7c4f-4752-9396-12100cbfecce/orderitems"
},
"history": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/history"
},
"failed": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/failed"
},
"aborted": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/aborted"
},
"paid": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/paid"
},
"cancelled": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/cancelled"
},
"financialTransactions": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/financialtransactions"
},
"failedAttempts": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/failedattempts"
},
"metadata": {
"id": "/psp/paymentorders/8be318c1-1caa-4db1-e2c6-08d7bf41224d/metadata"
}
},
"operations": [
{
"href": "https://api.payex.com/psp/paymentorders/222a50ca-b268-4b32-16fa-08d6d3b73224",
"rel":"update-order",
"method":"PATCH",
"contentType":"application/json"
},
{
"href": "https://api.payex.com/psp/paymentorders/222a50ca-b268-4b32-16fa-08d6d3b73224",
"rel": "abort",
"method": "PATCH",
"contentType": "application/json"
}
]
}
Field | Type | Description |
---|---|---|
paymentorder |
object |
The payment order object. |
└➔ id
|
string |
The relative URL and unique identifier of the paymentorder resource . Please read about URL Usage to understand how this and other URLs should be used in your solution. |
└➔ created
|
string |
The ISO-8601 date of when the payment order was created. |
└➔ updated
|
string |
The ISO-8601 date of when the payment order was updated. |
└➔ operation
|
string |
Purchase |
└➔ status
|
string |
Indicates the payment order’s current status. Initialized is returned when the payment is created and still ongoing. The request example above has this status. Paid is returned when the payer has completed the payment successfully. See the Paid section for further information. Failed is returned when a payment has failed. You will find an error message in the failed section. Further information here. Cancelled is returned when an authorized amount has been fully cancelled. See the cancel feature section for further information. It will contain fields from both the cancelled description and paid section. Aborted is returned when the merchant has aborted the payment or if the payer cancelled the payment in the redirect integration (on the redirect page). See the Abort feature section for further information. |
└➔ currency
|
string |
The currency of the payment order. |
└➔ amount
|
integer |
The transaction amount (including VAT, if any) entered in the lowest monetary unit of the selected currency. E.g.: 10000 = 100.00 SEK, 5000 = 50.00 SEK. |
└➔ vatAmount
|
integer |
The payment’s VAT (Value Added Tax) amount , entered in the lowest monetary unit of the selected currency. E.g.: 10000 = 100.00 SEK, 5000 = 50.00 SEK. The vatAmount entered will not affect the amount shown on the payment page, which only shows the total amount . This field is used to specify how much of the total amount the VAT will be. Set to 0 (zero) if there is no VAT amount charged. |
└➔ description
|
string(40) |
A 40 character length textual description of the purchase. |
└➔ initiatingSystemUserAgent
|
string |
The user agent of the HTTP client making the request, reflecting the value sent in the User-Agent header with the initial POST request which created the Payment Order. |
└➔ language
|
string |
sv-SE , nb-NO , da-DK , en-US or fi-FI . |
└➔ availableInstruments
|
string |
A list of instruments available for this payment. |
└➔ implementation
|
string |
The merchant’s Checkout v3 implementation type. Business , Enterprise , PaymentsOnly or Starter . We ask that you don’t build logic around this field’s response. It is mainly for information purposes, as the implementation types might be subject to name changes. If this should happen, updated information will be available in this table. |
└➔ integration
|
string |
The merchant’s Checkout v3 integration type. HostedView (Seamless View) or Redirect . We ask that you don’t build logic around this field’s response. It is mainly for information purposes, as the integration types might be subject to name changes. If this should happen, updated information will be available in this table. |
└➔ instrumentMode
|
bool |
Set to true or false . Indicates if the payment is initialized with only one payment instrument available. |
└➔ guestMode
|
bool |
Set to true or false . Indicates if the payer chose to pay as a guest or not. When using the Enterprise implementation, this is triggered by not including a payerReference or nationalIdentifier in the original payment order request. |
└➔ payer
|
string |
The URL to the payers resource where information about the payee of the payment order can be retrieved. |
└➔ orderItems
|
string |
The URL to the orderItems resource where information about the order items can be retrieved. |
└➔ history
|
string |
The URL to the history resource where information about the payment’s history can be retrieved. |
└➔ failed
|
string |
The URL to the failed resource where information about the failed transactions can be retrieved. |
└➔ aborted
|
string |
The URL to the aborted resource where information about the aborted transactions can be retrieved. |
└➔ paid
|
string |
The URL to the paid resource where information about the paid transactions can be retrieved. |
└➔ cancelled
|
string |
The URL to the cancelled resource where information about the cancelled transactions can be retrieved. |
└➔ financialTransactions
|
string |
The URL to the financialTransactions resource where information about the financial transactions can be retrieved. |
└➔ failedAttempts
|
string |
The URL to the failedAttempts resource where information about the failed attempts can be retrieved. |
└➔ metadata
|
string |
The URL to the metadata resource where information about the metadata can be retrieved. |
└➔ operations
|
array |
The array of possible operations to perform, given the state of the payment order. As this is an initialized payment, the available operations are abort , update-order and redirect-checkout or view-checkout , depending on the integration. See Operations for details. |
Paid
The payment order response with status Paid
, and the Paid
resource
expanded.
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
HTTP/1.1 200 OK
Content-Type: application/json
{
"paymentOrder": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b",
"created": "2022-01-07T07:58:26.1300282Z",
"updated": "2022-01-07T08:17:44.6839034Z",
"operation": "Purchase",
"status": "Paid",
"currency": "SEK",
"amount": 1500,
"vatAmount": 375,
"remainingCaptureAmount": 1500,
"remainingCancellationAmount": 1500,
"description": "Test Purchase",
"initiatingSystemUserAgent": "swedbankpay-sdk-dotnet/3.0.1",
"language": "sv-SE",
"availableInstruments": [
"CreditCard",
"Invoice-PayExFinancingSe",
"Invoice-PayMonthlyInvoiceSe",
"Swish",
"CreditAccount",
"Trustly"
],
"implementation": "Enterprise",
"instrumentMode": false,
"guestMode": false,
"orderItems": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/orderitems"
},
"urls": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/urls"
},
"payeeInfo": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/payeeinfo"
},
"payer": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/payers"
},
"history": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/history"
},
"failed": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/failed"
},
"aborted": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/aborted"
},
"paid": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/paid",
"instrument": "CreditCard",
"number": 99101548603,
"payeeReference": "1641542301",
"amount": 1500,
"details": {}
},
"cancelled": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/cancelled"
},
"financialTransactions": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/financialtransactions"
},
"failedAttempts": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/failedattempts"
},
"metadata": {
"id": "/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/metadata"
}
},
"operations": [
{
"method": "POST",
"href": "https://api.internaltest.payex.com/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/cancellations",
"rel": "cancel",
"contentType": "application/json"
},
{
"method": "POST",
"href": "https://api.internaltest.payex.com/psp/paymentorders/ca59fa8a-3423-40e5-0f77-08d9d133750b/captures",
"rel": "capture",
"contentType": "application/json"
},
]
}
Response fields not covered in the Initialized
redirect or seamless view
responses:
Field | Type | Description |
---|---|---|
└➔ remainingCaptureAmount
|
integer |
The remaining authorized amount that is still possible to capture. |
└➔ remainingCancellationAmount
|
integer |
The remaining authorized amount that is still possible to cancel. |
paid |
object |
The paid object. |
└➔ id
|
string |
The relative URL and unique identifier of the paymentorder resource . Please read about URL Usage to understand how this and other URLs should be used in your solution. |
└➔ instrument
|
string |
Payment instrument used in the cancelled payment. |
└─➔ number
|
string |
The transaction number , useful when there’s need to reference the transaction in human communication. Not usable for programmatic identification of the transaction, where id should be used instead. |
└─➔ payeeReference
|
string(30) |
A unique reference from the merchant system. It is set per operation to ensure an exactly-once delivery of a transactional operation. See payeeReference for details. |
└➔ amount
|
integer |
The transaction amount (including VAT, if any) entered in the lowest monetary unit of the selected currency. E.g.: 10000 = 100.00 SEK, 5000 = 50.00 SEK. |
└➔ details
|
integer |
Details connected to the payment. |
└➔ operations
|
array |
The array of possible operations to perform, given the state of the payment order. As this is a paid payment, the available operations are capture , cancel and redirect-checkout or view-checkout , depending on the integration. See Operations for details
|
If there e.g. is a recurrence or an unscheduled (below) token connected to the payment, it will appear like this.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HTTP/1.1 200 OK
Content-Type: application/json
{
"paid": {
"id": "/psp/paymentorders/91c3ca0d-3710-40f0-0f78-08d9d133750b/paid",
"instrument": "CreditCard",
"number": 99101548605,
"payeeReference": "1641543637",
"amount": 1500,
"tokens": [
{
"type": "recurrence",
"token": "48806524-6422-4db7-9fbd-c8b81611132f",
"name": "492500******0004",
"expiryDate": "02/2023"
}
],
"details": {}
}
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
HTTP/1.1 200 OK
Content-Type: application/json
{
"paid": {
"id": "/psp/paymentorders/9f786139-3537-4a8b-0f79-08d9d133750b/paid",
"instrument": "CreditCard",
"number": 99101548607,
"payeeReference": "1641543818",
"amount": 1500,
"tokens": [
{
"type": "Unscheduled",
"token": "6d495aac-cb2b-4d94-a5f1-577baa143f2c",
"name": "492500******0004",
"expiryDate": "02/2023"
}
],
"details": {}
}
}
Response fields not covered in the Initialized
redirect or seamless view
responses:
Field | Type | Description |
---|---|---|
└➔ tokens
|
integer |
A list of tokens connected to the payment. |
└─➔ type
|
string |
payment , recurrence , transactionOnFile or unscheduled . The different types of available tokens. |
└─➔ token
|
string |
The token guid . |
└─➔ name
|
string |
The name of the token. In the example, a masked version of a card number. |
└─➔ expiryDate
|
string |
The expiry date of the token. |