v1

latestOpenAPI 3.1.02026-07-26490301.4 KB
Test payment data

Get list of the test payment data

get/testPaymentData

Query parameters

limitinteger

Per page limit

typestring

Type of the test payment data

Headers

X-Request-IDstring

Unique ID of request

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
}