v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Test payment data

Not emulate 3Ds for the test payment data

post/testPaymentData/{id}/notEmulate3ds

Path parameters

idstring required

Test payment data ID

Request body

emulate3dsboolean

Set to <b>true</b> to emulate the 3DS flow for this test payment data

Response

OK

idstring

Unique test payment ID

typestring

Test payment data type

emulate3dsboolean

Set to <b>true</b> to emulate the 3DS or SCA authentication process for this transaction

numberstring

Test payment data

balanceinteger

Test payment data balance

blockedboolean

Set to <b>true</b> to emulate blocked payment amount

allowedIpsstring[]

List of allowed IPs

createdAtinteger

Date when test payment details were created

updatedAtinteger

Date when test payment details were updated

commentstring

Comment for additional context

Example response

{
  "type": "visa",
  "number": "4024007179366348",
  "balance": 44
}