Skip to content

Commit

Permalink
Merge pull request #2139 from SwedbankPay/feature/dx-2385_sigrids_fee…
Browse files Browse the repository at this point in the history
…dback_to_get_response_fix

DX-2385: Removed some tokens and added some fields
  • Loading branch information
arebra authored Feb 26, 2024
2 parents 0695828 + a0cfed6 commit 06a30b9
Showing 1 changed file with 9 additions and 41 deletions.
50 changes: 9 additions & 41 deletions _includes/network-tokenization.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,59 +79,27 @@ HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8; version=3.1/3.0/2.0
api-supported-versions: 3.1/3.0/2.0
HTTP/1.1 200 OK
Content-Type: application/json; charset=utf-8; version=3.1/3.0/2.0
api-supported-versions: 3.1/3.0/2.0
{
"payerOwnedTokens": {
"id": "/psp/paymentorders/payerownedtokens/{payerReference}",
"payerReference": "{payerReference}",
"tokens": [
{
"token": "{paymentToken}",
"tokenType": "Payment",
"instrument": "CreditCard",
"instrumentDisplayName": "492500******0004",
"correlationId": "e2f06785-805d-4605-bf40-426a725d313d",
"instrumentParameters": {
"expiryDate": "12/2022",
"cardBrand": "Visa"
},
"operations": [
{
"method": "PATCH",
"href": "https://api.internaltest.payex.com/psp/paymentorders/paymenttokens/0ecf804f-e68f-404e-8ae6-adeb43052559",
"rel": "delete-paymenttokens",
"contentType": "application/json"
}
]
},
{
"token": "{paymentToken}",
"tokenType": "Payment",
"instrument": "Invoice-payexfinancingno",
"instrumentDisplayName": "260267*****",
"correlationId": "e2f06785-805d-4605-bf40-426a725d313d",
"instrumentParameters": {
"email": "[email protected]",
"msisdn": "+4798765432",
"zipCode": "1642"
},
"operations": [
{
"method": "PATCH",
"href": "https://api.internaltest.payex.com/psp/paymentorders/paymenttokens/dd9c1103-3e0f-492a-95a3-a39bb32a6b59",
"rel": "delete-paymenttokens",
"contentType": "application/json"
}
]
},
{
"token": "{token}",
"tokenType": "Unscheduled",
"instrument": "CreditCard",
"instrumentDisplayName": "492500******0004",
"correlationId": "e2f06785-805d-4605-bf40-426a725d313d",
"instrumentParameters": {
"expiryDate": "12/2020",
"cardBrand": "Visa"
"expiryDate": "12/2025",
"cardBrand": "Visa",
"lastFourPan": "0004",
"lastFourDPan": "8188",
"issuerName": "BankName"
},
"operations": [
{
Expand Down

0 comments on commit 06a30b9

Please sign in to comment.