Docs

Customer ID is required for validating an address

customerID is required for validating an address

Example response
{
"error": {
"type": "request_error",
"code": "transaction_customer_is_required_with_address",
"detail": "customerID is required for validating an address",
"documentation_url": "https://developer.paddle.com/errors/transactions/transaction_customer_is_required_with_address"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
transaction_customer_is_required_with_address
Error message
customerID is required for validating an address

Common causes

  • Customer ID is null and you are attempting to add an Address ID to the transaction

Troubleshooting

  • Attach a valid Customer ID to the Transaction

Was this page helpful?