View a PayIn

<Note icon="fa-regular fa-circle-info"> **Note – Pay-in data retained for 13 months** An API call to retrieve a pay-in whose `CreationDate` is older than 13 months may return 404 Not Found. For more information, see the <a href="/api-reference/overview/data-availability-periods">Data availability periods</a> article. </Note> Retrieve any pay-in by its `Id`. The object returned depends on the endpoint that was used to create it. The difference is indicated by the `PaymentType`, `ExecutionType`, and in some cases other properties.

Authentication

AuthorizationBearer
Bearer authentication of the form `Bearer <token>`, where token is your auth token. If your platform is using a [proxy](/guides/sca/proxy-management) to take SCA-triggering action on behalf of users, you also need to integrate [mTLS authentication](/guides/sca/platform) and use the `api-mtls` base URL.

Path parameters

ClientIdstringRequired
Platform's API account identifier, associated with the API key.
PayInIdstringRequired

The unique identifier of the pay-in.

Response

Success
Direct Card PayInobject

A one-time direct card pay-in:

  • PaymentTypeCARD
  • ExecutionTypeDIRECT
  • Object does not include RecurringPayinRegistrationId
OR
Recurring Card PayInobject

A recurring direct card pay-in:

  • PaymentTypeCARD
  • ExecutionTypeDIRECT
  • Object includes RecurringPayinRegistrationId
OR
Preauthorized PayInobject

A 7-day preauthorized card pay-in:

  • PaymentTypePREAUTHORIZED
  • ExecutionTypeDIRECT
  • Object includes PreauthorizationId
OR
Deposit Preauthorized PayInobject

A 29-day deposit preauthorized pay-in:

  • PaymentTypePREAUTHORIZED
  • ExecutionTypeDIRECT
  • Object includes DepositId

The payment method is determined by the Deposit Preauthorization’s PaymentType: CARD_DIRECT or PAPAY.

OR
Web Card PayInobject

A web card pay-in:

  • PaymentTypeCARD
  • ExecutionTypeWEB
OR
Apple Pay PayInobject

A one-time Apple Pay pay-in:

  • PaymentTypeAPPLEPAY
  • ExecutionTypeDIRECT
  • Object does not include RecurringPayinRegistrationId
OR
Recurring Apple Pay PayInobject

A recurring Apple Pay pay-in:

  • PaymentTypeAPPLEPAY
  • ExecutionTypeDIRECT
  • Object includes RecurringPayinRegistrationId
OR
Google Pay PayInobject

A one-time Google Pay pay-in:

  • PaymentTypeGOOGLE_PAY
  • ExecutionTypeDIRECT
  • Object does not include RecurringPayinRegistrationId
OR
Recurring Google Pay PayInobject

A recurring Google Pay pay-in:

  • PaymentTypeGOOGLE_PAY
  • ExecutionTypeDIRECT
  • Object includes RecurringPayinRegistrationId
OR
PayPal PayInobject

A one-time PayPal pay-in:

  • PaymentTypePAYPAL
  • ExecutionTypeWEB
  • Object does not include RecurringPayinRegistrationId
OR
Recurring PayPal PayInobject

A recurring PayPal pay-in:

  • PaymentTypePAYPAL
  • ExecutionTypeDIRECT
  • Object includes RecurringPayinRegistrationId
OR
Bank Wire PayInobject

A direct bank wire pay-in:

  • PaymentTypeBANK_WIRE
  • ExecutionTypeDIRECT
OR
External Instruction Bank Wire PayInobject

A bank wire pay-in to a Virtual Account (or Banking Alias):

  • PaymentTypeBANK_WIRE
  • ExecutionTypeEXTERNAL_INSTRUCTION
OR
Pay by Bank PayInobject

A Pay by Bank pay-in:

  • PaymentTypePAY_BY_BANK
  • ExecutionTypeWEB
OR
Bancontact PayInobject

A Bancontact pay-in:

  • PaymentTypeBCMC
  • ExecutionTypeWEB
OR
Bizum PayInobject

A Bizum pay-in:

  • PaymentTypeBIZUM
  • ExecutionTypeWEB
OR
BLIK PayInobject

A BLIK pay-in:

  • PaymentTypeBLIK
  • ExecutionTypeWEB
OR
Giropay PayInobject

A Giropay pay-in:

  • PaymentTypeGIROPAY
  • ExecutionTypeWEB
OR
iDEAL PayInobject

An iDEAL pay-in:

  • PaymentTypeIDEAL
  • ExecutionTypeWEB
OR
Klarna PayInobject

A Klarna pay-in:

  • PaymentTypeKLARNA
  • ExecutionTypeWEB
OR
MB WAY PayInobject

An MB WAY pay-in:

  • PaymentTypeMBWAY
  • ExecutionTypeWEB
OR
Multibanco PayInobject

A Multibanco pay-in:

  • PaymentTypeMULTIBANCO
  • ExecutionTypeWEB
OR
Payconiq PayInobject

A Payconiq pay-in:

  • PaymentTypePAYCONIQ
  • ExecutionTypeWEB
OR
Satispay PayInobject

A Satispay pay-in:

  • PaymentTypeSATISPAY
  • ExecutionTypeWEB
OR
Swish PayInobject

A Swish pay-in:

  • PaymentTypeSWISH
  • ExecutionTypeWEB
OR
TWINT PayInobject

A TWINT pay-in:

  • PaymentTypeTWINT
  • ExecutionTypeWEB
OR
Direct Debit PayInobject

A direct debit pay-in:

  • PaymentTypeDIRECT_DEBIT
  • ExecutionTypeDIRECT

The scheme, SDD or Bacs, is determined by the mandate.

OR
Web Direct Debit PayInobject

A web direct debit pay-in:

  • PaymentTypeDIRECT_DEBIT
  • ExecutionTypeWEB