Skip to main content

Documentation

Create Card Token Sequences

These sequences describe the creation of a payment card industry (PCI) compliant process for collection of customer personal identifying information (PII) to be stored in Rapyd's vault.

Create Card Token Without 3DS

  1. The client sends a Create Card Token request to Rapyd.

  2. Rapyd sends a redirect URL to the client.

  3. The client sends the redirect URL to the customer.

  4. The customer completes and submits the credit card information form to Rapyd for card tokenization.

  5. Rapyd sends the Webhook - Customer Payment Method Created to the client.

  6. Rapyd sends the Webhook - Payment Succeeded with a zero-amount transaction.

  7. Rapyd sends the Webhook - Customer Updated.

Create Card Token With 3DS

create-card-token-with-3ds.svg
  1. The client sends a Create Card Token request to Rapyd.

  2. Rapyd sends a redirect URL to the client.

  3. The client sends the redirect URL to the customer.

  4. The customer completes and submits the credit card information form to Rapyd for card tokenization.

  5. Rapyd sends the client the Webhook - Customer Payment Method Created.

  6. Rapyd sends the client the Webhook - Payment Succeeded with a zero-amount transaction.

  7. Rapyd sends the client the Webhook - Customer Updated.

  8. The 3DS server sends the authentication code.

  9. The customer successfully completes the authentication requirements.

  10. The 3DS authentication server notifies Rapyd that the customer is authenticated.

  11. Rapyd sends the client the Webhook - Customer Updated.